#ifndef _DOLPHIN_OSRESETSW #define _DOLPHIN_OSRESETSW #include #include #ifdef __cplusplus extern "C" { #endif typedef void (*OSResetCallback)(void); BOOL OSGetResetButtonState(void); BOOL OSGetResetSwitchState(void); OSResetCallback OSSetResetCallback(OSResetCallback callback); #ifdef __cplusplus } #endif #endif // _DOLPHIN_OSRESETSW