mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-16 00:25:11 +01:00
7 lines
58 B
C
7 lines
58 B
C
#ifndef _IPC_H_
|
|
#define _IPC_H_
|
|
|
|
void ipc_init();
|
|
|
|
#endif
|