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
7
extern
"C"
{
8
#endif
9
10
void
*
__OSGetIPCBufferHi
(
void
);
11
void
*
__OSGetIPCBufferLo
(
void
);
12
void
__OSInitIPCBuffer
(
void
);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
19
#endif
// _REVOLUTION_OSIPC_H_
__OSInitIPCBuffer
void __OSInitIPCBuffer(void)
Definition
OSIpc.c:15
__OSGetIPCBufferLo
void * __OSGetIPCBufferLo(void)
Definition
OSIpc.c:11
__OSGetIPCBufferHi
void * __OSGetIPCBufferHi(void)
Definition
OSIpc.c:7
types.h
include
revolution
os
OSIpc.h
Generated by
1.12.0