wiiu-nanddumper-payload/ios_mcp/source/net_ifmgr_ncl.h

12 lines
182 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