summaryrefslogtreecommitdiff
path: root/emulator/elf.h
blob: 2ba37392aa8aa4bbedbe12aa020bf913be56151f (plain)
1
2
3
4
5
6
#pragma once

#include <stdint.h>
#include <stdbool.h>

bool load_elf(const char* file, char* mem, uint32_t mem_size, uint32_t* start_address);