aboutsummaryrefslogtreecommitdiff
path: root/include/user/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/init.h')
-rw-r--r--include/user/init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/user/init.h b/include/user/init.h
new file mode 100644
index 0000000..a55d5d1
--- /dev/null
+++ b/include/user/init.h
@@ -0,0 +1,6 @@
+#ifndef USER_INIT_H_
+#define USER_INIT_H_
+
+void usermode_start();
+
+#endif