Foo
[wikipediardware.git] / bootloader / elf32.h
blobd1a9571a5c675c73e7997f7b7697a167a9f9e6a2
1 #ifndef ELF32_H
2 #define ELF32_H
4 int elf_exec(const u8 *filename);
6 #endif /* ELF32_H */