From a06dbb8a63d825ebb1ad65372ce1ce1f572891bc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 21 Oct 2022 16:06:00 +0300 Subject: initial spawn implementation --- include/arch/proc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/arch') diff --git a/include/arch/proc.h b/include/arch/proc.h index dd739bf..d5367f6 100644 --- a/include/arch/proc.h +++ b/include/arch/proc.h @@ -15,14 +15,6 @@ #include "../../arch/riscv32/include/proc.h" #endif -/** - * Set address to jump to when returning to userspace. - * - * @param r Address to jump to. - * @return \ref OK. - */ -stat_t set_return(vm_t r); - /** * Attach IPC data to load into argument registers when returning to userspace. * -- cgit v1.3