customizemii/ForwardMii-Plugin/Resources/GX/elfloader.h
Leathl de00403694 CustomizeMii 1.2
CustomizeMii 1.2 Mono
ForwardMii 1.0
libOGC for the built in Forwarder Creation

git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@7 eddbe33b-e435-4246-ac25-f5eb65f9a13c
2009-12-05 01:12:28 +00:00

19 lines
233 B
C

#ifndef _ELFLOADER_H_
#define _ELFLOADER_H_
#include <wiiuse/wpad.h>
#ifdef __cplusplus
extern "C"
{
#endif
s32 valid_elf_image (void *addr);
u32 load_elf_image (void *addr);
#ifdef __cplusplus
}
#endif
#endif