summaryrefslogtreecommitdiff
path: root/src/kernel/shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/shutdown.h')
-rw-r--r--src/kernel/shutdown.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/shutdown.h b/src/kernel/shutdown.h
new file mode 100644
index 0000000..2a76e64
--- /dev/null
+++ b/src/kernel/shutdown.h
@@ -0,0 +1,6 @@
+#ifndef SHUTDOWN_H
+#define SHUTDOWN_H
+
+void shutdown() __attribute__ ((noreturn));
+
+#endif \ No newline at end of file