#ifndef ELF_PROGRAM_LOADER_H #define ELF_PROGRAM_LOADER_H #include "cpu.h" int load_elf_to_cpu_and_rom(const char filename[], CPU *cpu); #endif