usbloadergx/source/banner/banner.h
2010-09-24 00:48:03 +00:00

23 lines
403 B
C

/****************************************************************************
* USB Loader GX Team
* banner.h
*
* Dump opening.bnr thanks to Wiipower
***************************************************************************/
#ifndef BANNER_H
#define BANNER_H
#ifdef __cplusplus
extern "C"
{
#endif
s32 dump_banner(const u8 *discid, const char * dest);
#ifdef __cplusplus
}
#endif
#endif