aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pic.h')
-rw-r--r--src/drivers/pic.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/drivers/pic.h b/src/drivers/pic.h
new file mode 100644
index 0000000..19e0f5c
--- /dev/null
+++ b/src/drivers/pic.h
@@ -0,0 +1,9 @@
+#ifndef PIC_H
+#define PIC_H
+
+/**
+ * Configure
+ */
+void pic_init();
+
+#endif \ No newline at end of file