10 lines
153 B
C
10 lines
153 B
C
#ifndef RESTART_H
|
|
#define RESTART_H
|
|
|
|
void request_restart_to_default(void);
|
|
void request_restart_to_bootloader(void);
|
|
|
|
void restart_check(void);
|
|
|
|
#endif
|