1 2 3 4 5 6 7 8 9
#ifndef ELF_H #define ELF_H #include <stdint.h> #include "drive.h" bool try_elf_run(const struct drive *d, const char *path, const char *pass_old_vma); #endif