matos/core/elf.h

7 lines
135 B
C
Raw Normal View History

2022-07-25 17:10:28 +02:00
#pragma once
2022-08-09 16:15:00 +02:00
#include "process.h"
#include "thread.h"
2022-07-25 17:10:28 +02:00
#include "types.h"
2022-08-09 16:15:00 +02:00
uaddr_t loadElfProg(const char *prog, struct process *proc);