Files
kernel/include/sys/binfmt_elf.h
T
2020-01-14 11:13:01 +02:00

5 lines
113 B
C

#pragma once
#include "sys/thread.h"
int elf_load(struct thread *thr, struct vfs_ioctx *ctx, struct ofile *fd);