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 _REVOLUTION_OSRESETSW_H_
2#define _REVOLUTION_OSRESETSW_H_
3
4#include <revolution/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef void (*OSResetCallback)(void);
11typedef void (*OSPowerCallback)(void);
12
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
int BOOL
Definition types.h:33
static void callback(u32 param_0)
Definition OSExec.c:308
OSResetCallback OSSetResetCallback(OSResetCallback callback)
Definition OSResetSW.c:32
BOOL OSGetResetSwitchState(void)
Definition OSResetSW.c:107
BOOL OSGetResetButtonState(void)
Definition OSResetSW.c:50
void(* OSPowerCallback)(void)
Definition OSResetSW.h:11
void(* OSResetCallback)(void)
Definition OSResetSW.h:10