#ifndef REIOS_ELF_H
#define REIOS_ELF_H
#include "types.h"
bool reios_loadElf(const std::string& elf);
#endif //REIOS_ELF_H