WiiFlow_Lite/resources/app_booter/source/elfloader.h

17 lines
189 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#ifndef _ELFLOADER_H_
#define _ELFLOADER_H_
#ifdef __cplusplus
extern "C"
{
#endif
s32 valid_elf_image (void *addr);
u32 load_elf_image (void *addr);
#ifdef __cplusplus
}
#endif
#endif