mirror of
https://github.com/FIX94/hbc.git
synced 2025-01-01 06:01:52 +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
|