diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
| commit | 798b1dc391f424868f5f4bac8937c191ed4716b8 (patch) | |
| tree | 44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/pit8253.c | |
| parent | fba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff) | |
headers moved around
Diffstat (limited to 'kc/core/pit8253.c')
| -rw-r--r-- | kc/core/pit8253.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kc/core/pit8253.c b/kc/core/pit8253.c index 5653eb9..360808f 100644 --- a/kc/core/pit8253.c +++ b/kc/core/pit8253.c @@ -1,11 +1,12 @@ #include "pit8253.h" #include "pic8259.h" #include "port.h" -#include "kprint.h" #include "memory.h" #include <stdatomic.h> +#include <lib/kstdio.h> + #define PIT8253_DATA0 0x40 #define PIT8253_CMD 0x43 |
