MochaLite/ios_mcp/source/ipc.h
dimok789 43f1af08a3 wip commit of the FAT32 nativ USB support
NOTE:
This is a work in progress commit. It includes debug and test functions and some features that existed before might not even work. It is not finished and not very well tested. So it's warning to NOT use this for everyday playing! This is target for developers to look some stuff up that I was working on. See also my post on gbatemp for more information.
2017-02-07 18:15:16 +01:00

8 lines
77 B
C

#ifndef _IPC_H_
#define _IPC_H_
void ipc_init();
void ipc_deinit();
#endif