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