aboutsummaryrefslogtreecommitdiff
path: root/include/apos/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/irq.h')
-rw-r--r--include/apos/irq.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/apos/irq.h b/include/apos/irq.h
new file mode 100644
index 0000000..958b25f
--- /dev/null
+++ b/include/apos/irq.h
@@ -0,0 +1,7 @@
+#ifndef APOS_IRQ_H
+#define APOS_IRQ_H
+
+void enable_irq();
+void disable_irq();
+
+#endif /* APOS_IRQ_H */