Files
tp/include/dolphin/os/OSResetSW.h
T

20 lines
280 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef OSRESETSW_H
#define OSRESETSW_H
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {
#endif
2023-01-02 11:20:10 -08:00
typedef void (*OSResetCallback)(void);
static BOOL OSGetResetButtonState(void);
BOOL OSGetResetSwitchState(void);
#ifdef __cplusplus
};
#endif
2021-03-28 22:49:05 +02:00
#endif /* OSRESETSW_H */