summaryrefslogtreecommitdiff
path: root/kc/core/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/port.h')
-rw-r--r--kc/core/port.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kc/core/port.h b/kc/core/port.h
new file mode 100644
index 0000000..cc71973
--- /dev/null
+++ b/kc/core/port.h
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+uint8_t inb(uint16_t port);
+void outb(uint16_t port, uint8_t data);
+