CfgUSBLoader/source/restart.h
2015-01-17 10:11:08 +00:00

9 lines
111 B
C

#ifndef _RESTART_H_
#define _RESTART_H_
/* Prototypes */
void Restart(void);
void Restart_Wait(void);
#endif