1#ifndef _REVOLUTION_OSRESETSW_H_
2#define _REVOLUTION_OSRESETSW_H_
OSResetCallback OSSetResetCallback(OSResetCallback callback)
Definition OSResetSW.c:32
void(* OSResetCallback)(void)
Definition OSResetSW.h:13
int BOOL
Definition types.h:33
static void callback(u32 param_0)
Definition OSExec.c:308
BOOL OSGetResetSwitchState(void)
Definition OSResetSW.c:107
BOOL OSGetResetButtonState(void)
Definition OSResetSW.c:50
void(* OSPowerCallback)(void)
Definition OSResetSW.h:11