summaryrefslogtreecommitdiff
path: root/kc/core/pic8259.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
commit798b1dc391f424868f5f4bac8937c191ed4716b8 (patch)
tree44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/pic8259.c
parentfba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff)
headers moved around
Diffstat (limited to 'kc/core/pic8259.c')
-rw-r--r--kc/core/pic8259.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kc/core/pic8259.c b/kc/core/pic8259.c
index 2c85e4d..bbcffc8 100644
--- a/kc/core/pic8259.c
+++ b/kc/core/pic8259.c
@@ -1,10 +1,11 @@
#include "pic8259.h"
#include "cpu.h"
#include "port.h"
-#include "kprint.h"
#include <stdbool.h>
+#include <lib/kstdio.h>
+
#define ICW1_ICW4 0x1
#define ICW1_SINGLE 0x2
#define ICW1_INTERVAL4 0x4