yawmmde/source.en/restart.h

9 lines
111 B
C
Raw Normal View History

2013-06-13 20:40:42 +02:00
#ifndef _RESTART_H_
#define _RESTART_H_
/* Prototypes */
void Restart(void);
void Restart_Wait(void);
#endif