mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 19:14:56 +00:00
8 lines
120 B
C
8 lines
120 B
C
|
#ifndef _ELFLOADER_H_
|
||
|
#define _ELFLOADER_H_
|
||
|
|
||
|
s32 valid_elf_image (void *addr);
|
||
|
u32 load_elf_image (void *addr);
|
||
|
|
||
|
#endif
|