#ifndef OSRESETSW_H #define OSRESETSW_H #include "types.h" #ifdef __cplusplus extern "C" { #endif BOOL OSGetResetSwitchState(); #ifdef __cplusplus } #endif #endif