Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
ipcProfile.h
Go to the documentation of this file.
1#ifndef _REVOLUTION_IPCPROFILE_H_
2#define _REVOLUTION_IPCPROFILE_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include <revolution/types.h>
9
10void IPCiProfInit(void);
11void IPCiProfQueueReq(void* req, s32 handle);
12void IPCiProfReply(void* req, s32 handle);
13void IPCiProfAck(void);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif // _REVOLUTION_IPCPROFILE_H_
signed long s32
Definition types.h:11
void IPCiProfInit(void)
Definition ipcProfile.c:16
void IPCiProfQueueReq(void *req, s32 handle)
Definition ipcProfile.c:32
void IPCiProfAck(void)
Definition ipcProfile.c:38
void IPCiProfReply(void *req, s32 handle)
Definition ipcProfile.c:42