summaryrefslogtreecommitdiff
path: root/include/pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pic.h')
-rw-r--r--include/pic.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/pic.h b/include/pic.h
new file mode 100644
index 0000000..08ec6e7
--- /dev/null
+++ b/include/pic.h
@@ -0,0 +1,9 @@
+#ifndef _PIC_H_
+#define _PIC_H_
+
+#include <stdint.h>
+
+void pic_init(void);
+void pic_eoi(uint8_t irq);
+
+#endif