aboutsummaryrefslogtreecommitdiff
path: root/include/kern/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kern/priv.h')
-rw-r--r--include/kern/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kern/priv.h b/include/kern/priv.h
index 8940b23..35404f4 100644
--- a/include/kern/priv.h
+++ b/include/kern/priv.h
@@ -10,5 +10,7 @@ void set_control_register(uint32_t reg);
/* Enters user mode from privilieged mode. */
void enter_user_mode();
+void jump_to_user_mode();
+
#endif /* _KERN_PRIV_H_ */