mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 01:40:43 +01:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef _RESTART_H_
|
|
#define _RESTART_H_
|
|
|
|
/* Prototypes */
|
|
void Restart(void);
|
|
void Restart_Wait(void);
|
|
|
|
#endif
|