#ifndef _UPDATE_H_
#define _UPDATE_H_
/* Constants */
#define REVISION 20
#define PATH "sd:/apps/SysCheckHDE/"
s32 updateApp(void);
#endif