mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
11 lines
159 B
C
11 lines
159 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(void);
|