summaryrefslogtreecommitdiff
path: root/include/io.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 14:33:51 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 14:33:51 +0200
commitbd7d4366b6643b5c6cd04f40dd32f5d9c9575fd6 (patch)
tree92429e897be007d46c8f063a39a986df2124111a /include/io.h
parentbe3274c49d0ca5e31daa855c4c109d830fdead67 (diff)
organised files; switched to recursive make
Diffstat (limited to 'include/io.h')
-rw-r--r--include/io.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/io.h b/include/io.h
deleted file mode 100644
index 76c401d..0000000
--- a/include/io.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef IO_H
-#define IO_H
-
-#include <stdint.h>
-
-uint8_t inb(uint32_t port);
-void outb(uint32_t port, uint8_t value);
-
-#endif