diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/exec.h b/sys/include/sys/exec.h index 1291479..4910ff2 100644 --- a/sys/include/sys/exec.h +++ b/sys/include/sys/exec.h @@ -58,6 +58,7 @@ struct exec_prog { int elf64_load(const char *pathname, struct proc *td, struct exec_prog *prog); void elf_unload(struct proc *td, struct exec_prog *prog); +void setregs(struct proc *td, struct exec_prog *prog, uintptr_t stack); #endif /* _KERNEL */ #endif /* !_SYS_EXEC_H_ */ |