usbloadergx/source/usbloader/apploader.h
2009-06-13 00:24:36 +00:00

11 lines
181 B
C

#ifndef _APPLOADER_H_
#define _APPLOADER_H_
/* Entry point */
typedef void (*entry_point)(void);
/* Prototypes */
s32 Apploader_Run(entry_point *, u8, u8, u8, u8, u8);
#endif