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