#ifndef _JOVE_ARCH_ELF_H #define _JOVE_ARCH_ELF_H 1 #ifdef __x86_64__ #include "x86_64/elf.h" #endif #include uintptr_t elf_load(const void *data, size_t len); #endif