mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-19 06:29:17 +01:00
13 lines
183 B
C
13 lines
183 B
C
#ifndef NET_IFMGR_NCL
|
|
#define NET_IFMGR_NCL
|
|
|
|
#include "types.h"
|
|
|
|
int ifmgrnclInit();
|
|
|
|
int ifmgrnclExit();
|
|
|
|
int IFMGRNCL_GetInterfaceStatus(u16 interface_id, u16 *out_status);
|
|
|
|
#endif
|