aboutsummaryrefslogtreecommitdiff
path: root/demo_functionality.h
diff options
context:
space:
mode:
Diffstat (limited to 'demo_functionality.h')
-rw-r--r--demo_functionality.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/demo_functionality.h b/demo_functionality.h
new file mode 100644
index 0000000..c8b163f
--- /dev/null
+++ b/demo_functionality.h
@@ -0,0 +1,10 @@
+#ifndef DEMO_FUNCTIONALITY_H
+#define DEMO_FUNCTIONALITY_H
+
+void demo_paging_support(void);
+
+void demo_mode_to_system(void);
+
+void demo_go_unprivileged(void);
+
+#endif // DEMO_FUNCTIONALITY_H