Initial commit
This commit is contained in:
7
wiipax/stub/elf.h
Normal file
7
wiipax/stub/elf.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _ELF_H
|
||||
#define _ELF_H
|
||||
|
||||
int valid_elf_image (void *addr);
|
||||
u32 load_elf_image (void *addr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user