mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-15 08:05:11 +01:00
12 lines
182 B
C
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
|