b7770f8861
git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@23 eddbe33b-e435-4246-ac25-f5eb65f9a13c
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
|