hbc/wiipax/stub/elf.h

8 lines
106 B
C
Raw Normal View History

2016-11-23 06:35:12 +01:00
#ifndef _ELF_H
#define _ELF_H
int valid_elf_image (void *addr);
u32 load_elf_image (void *addr);
#endif