diff options
Diffstat (limited to 'include/arch/proc.h')
| -rw-r--r-- | include/arch/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/proc.h b/include/arch/proc.h index 4afd6a9..7921e5c 100644 --- a/include/arch/proc.h +++ b/include/arch/proc.h @@ -127,5 +127,6 @@ __noreturn void run_init(struct tcb *t, vm_t fdt, vm_t initrd); * so I'm not too worried. */ __noreturn void ret_userspace_fast(); +__noreturn void ret_userspace_partial(); #endif /* KMI_ARCH_PROC_H */ |
