Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSResetSW.h
Go to the documentation of this file.
1#ifndef OSRESETSW_H
2#define OSRESETSW_H
3
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11
12static BOOL OSGetResetButtonState(void);
15
16#ifdef __cplusplus
17};
18#endif
19
20#endif /* OSRESETSW_H */
static OSContext context
Definition JUTException.cpp:233
s16 __OSInterrupt
Definition OSInterrupt.h:110
static BOOL OSGetResetButtonState(void)
Definition OSResetSW.c:46
void __OSResetSWInterruptHandler(__OSInterrupt interrupt, OSContext *context)
Definition OSResetSW.c:25
BOOL OSGetResetSwitchState(void)
Definition OSResetSW.c:98
void(* OSResetCallback)(void)
Definition OSResetSW.h:10
T cLib_calcTimer(T *value)
Definition c_lib.h:74
Definition OSContext.h:137
int BOOL
Definition types.h:27