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