12 lines
154 B
C
Raw Normal View History

2013-10-12 18:38:34 +00:00
#ifndef _UPDATE_H_
#define _UPDATE_H_
/* Constants */
2013-10-12 19:04:19 +00:00
#define REVISION 20
#define PATH "sd:/apps/SysCheckHDE/"
2013-10-12 18:38:34 +00:00
s32 updateApp(void);
2013-10-12 18:38:34 +00:00
#endif