aboutsummaryrefslogtreecommitdiff
path: root/include/arch/proc.h
diff options
context:
space:
mode:
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.