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