summaryrefslogtreecommitdiff
path: root/kernel/drivers/pit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/pit.h')
-rw-r--r--kernel/drivers/pit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/drivers/pit.h b/kernel/drivers/pit.h
index 8d9ce98..4d221c1 100644
--- a/kernel/drivers/pit.h
+++ b/kernel/drivers/pit.h
@@ -3,10 +3,10 @@
#include <cpu/idt.h>
#include <cpu/io.h>
#include <sched/scheduler.h>
-#include <stdint.h>
+#include <typedefs.h>
#include <stdio.h>
void pit_install(void);
-void set_pit_count(uint16_t hertz);
-uint64_t pit_num_ms(void);
+void set_pit_count(u16 hertz);
+u64 pit_num_ms(void);
#endif