aboutsummaryrefslogtreecommitdiff
path: root/include/arch/proc.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-10-21 16:06:00 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-10-21 16:06:00 +0300
commita06dbb8a63d825ebb1ad65372ce1ce1f572891bc (patch)
tree342f74db0777a76eed64830ded71db16399e983d /include/arch/proc.h
parent00d3ae26dfd7c91c0817e71d71636982680d0b28 (diff)
downloadkmi-a06dbb8a63d825ebb1ad65372ce1ce1f572891bc.tar.gz
kmi-a06dbb8a63d825ebb1ad65372ce1ce1f572891bc.zip
initial spawn implementation
Diffstat (limited to 'include/arch/proc.h')
-rw-r--r--include/arch/proc.h8
1 files changed, 0 insertions, 8 deletions
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
@@ -16,14 +16,6 @@
#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.
*
* @param t Thread that will run after return.