mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26: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
|