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

12 lines
182 B
C
Raw Normal View History

2016-12-12 19:31:02 +01:00
#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