aboutsummaryrefslogtreecommitdiff
path: root/crt0/crt0.h
diff options
context:
space:
mode:
Diffstat (limited to 'crt0/crt0.h')
-rw-r--r--crt0/crt0.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crt0/crt0.h b/crt0/crt0.h
new file mode 100644
index 0000000..b5ca7fa
--- /dev/null
+++ b/crt0/crt0.h
@@ -0,0 +1,6 @@
+/*
+ * Helper functions installed by the bootstrap code.
+ */
+
+extern void interrupts_disable();
+extern void interrupts_enable();