Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSIpc.h
Go to the documentation of this file.
1#ifndef _REVOLUTION_OSIPC_H_
2#define _REVOLUTION_OSIPC_H_
3
4#include <revolution/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void* __OSGetIPCBufferHi(void);
11void* __OSGetIPCBufferLo(void);
12void __OSInitIPCBuffer(void);
13
14#ifdef __cplusplus
15}
16#endif
17
18
19#endif // _REVOLUTION_OSIPC_H_
void __OSInitIPCBuffer(void)
Definition OSIpc.c:15
void * __OSGetIPCBufferLo(void)
Definition OSIpc.c:11
void * __OSGetIPCBufferHi(void)
Definition OSIpc.c:7