mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +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
|