1#ifndef _REVOLUTION_OSRESETSW_H_
2#define _REVOLUTION_OSRESETSW_H_
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