aboutsummaryrefslogtreecommitdiff
path: root/devices/include/pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/include/pic.h')
-rw-r--r--devices/include/pic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/devices/include/pic.h b/devices/include/pic.h
new file mode 100644
index 0000000..c545c60
--- /dev/null
+++ b/devices/include/pic.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void pic_init();
+void pic_enable();
+void pic_clear(unsigned char irq);