2009-09-30 23:10:58 +00:00
|
|
|
/****************************************************************************
|
|
|
|
* USB Loader GX Team
|
|
|
|
* banner.h
|
|
|
|
*
|
|
|
|
* Dump opening.bnr thanks to Wiipower
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef BANNER_H
|
|
|
|
#define BANNER_H
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2010-02-09 10:59:55 +00:00
|
|
|
extern "C"
|
|
|
|
{
|
2009-09-30 23:10:58 +00:00
|
|
|
#endif
|
|
|
|
|
2010-02-09 10:59:55 +00:00
|
|
|
s32 dump_banner(const u8 *discid,const char * dest);
|
2009-09-30 23:10:58 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|