Files
kernel/include/sys/binfmt_elf.h
T
2019-10-25 13:54:55 +03:00

5 lines
90 B
C

#pragma once
#include "sys/thread.h"
int elf_load(struct thread *thr, const void *eptr);