1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-18 08:42:13 +02:00
libnx/nx/include/switch/runtime/nxlink.h
2018-03-18 20:51:49 +01:00

9 lines
143 B
C

#pragma once
struct in_addr;
extern struct in_addr __nxlink_host;
#define NXLINK_SERVER_PORT 28280
#define NXLINK_CLIENT_PORT 28771