Initial commit

This commit is contained in:
Hector Martin
2016-11-23 14:35:12 +09:00
commit 5b1c4f85b6
296 changed files with 39925 additions and 0 deletions

7
wiipax/stub/elf.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _ELF_H
#define _ELF_H
int valid_elf_image (void *addr);
u32 load_elf_image (void *addr);
#endif