5 lines
90 B
C
5 lines
90 B
C
#pragma once
|
|
#include "sys/thread.h"
|
|
|
|
int elf_load(struct thread *thr, const void *eptr);
|