Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
__ar.h
Go to the documentation of this file.
1#ifndef _REVOLUTION_AR_INTERNAL_H_
2#define _REVOLUTION_AR_INTERNAL_H_
3
4#include <revolution/aralt.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void __ARQPopTaskQueueHi(void);
11void __ARQServiceQueueLo(void);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif // _REVOLUTION_AR_INTERNAL_H_
void __ARQInterruptServiceRoutine(void)
Definition arq.c:66
void __ARQPopTaskQueueHi(void)
Definition arq.c:25
void __ARQServiceQueueLo(void)
Definition arq.c:38
unsigned long u32
Definition types.h:12