libnx/nx/include/switch/runtime/nxlink.h
2018-05-16 22:25:14 +01:00

11 lines
155 B
C

#pragma once
struct in_addr;
extern struct in_addr __nxlink_host;
#define NXLINK_SERVER_PORT 28280
#define NXLINK_CLIENT_PORT 28771
int nxlinkStdio();