mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-14 04:41:34 +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
|