diff options
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 |
