aboutsummaryrefslogtreecommitdiff
path: root/src/demo/demo_functionality.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/demo/demo_functionality.h')
-rw-r--r--src/demo/demo_functionality.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/demo/demo_functionality.h b/src/demo/demo_functionality.h
new file mode 100644
index 0000000..a338c71
--- /dev/null
+++ b/src/demo/demo_functionality.h
@@ -0,0 +1,16 @@
+#ifndef DEMO_FUNCTIONALITY_H
+#define DEMO_FUNCTIONALITY_H
+
+void demo_paging_support(void);
+
+void demo_current_mode(void);
+
+//void demo_setup_libkernel(void);
+
+void demo_setup_PL0(void);
+
+//void demo_go_unprivileged(void);
+
+//void demo_setup_interrupts(void);
+
+#endif // DEMO_FUNCTIONALITY_H