Files
tww/include/dolphin/os/OSResetSW.h
T
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00

20 lines
280 B
C

#ifndef OSRESETSW_H
#define OSRESETSW_H
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*OSResetCallback)(void);
static BOOL OSGetResetButtonState(void);
BOOL OSGetResetSwitchState(void);
#ifdef __cplusplus
};
#endif
#endif /* OSRESETSW_H */