mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-01 08:35:09 +01:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef _ELF_H
|
|
#define _ELF_H
|
|
|
|
int valid_elf_image (void *addr);
|
|
u32 load_elf_image (void *addr);
|
|
|
|
#endif
|