summaryrefslogtreecommitdiff
path: root/kernel/drivers/pit.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-07-03 18:30:51 +0200
committerAnton Kling <anton@kling.gg>2024-07-03 18:30:51 +0200
commit4e7918753175dbd8fc38bc7c5b176517e1dbef2f (patch)
tree723b3b3503d7502f3ce5338aeb6964cb5fa4c246 /kernel/drivers/pit.h
parent658c4e9645bf46268ed13bf5ef76d0ba60a347b9 (diff)
Kernel/Time: Improve time keeping
This makes use of TSC and now provides a file system interface for userland programs to change the system time.
Diffstat (limited to 'kernel/drivers/pit.h')
-rw-r--r--kernel/drivers/pit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/drivers/pit.h b/kernel/drivers/pit.h
index ec48cc3..90fddf4 100644
--- a/kernel/drivers/pit.h
+++ b/kernel/drivers/pit.h
@@ -8,5 +8,4 @@
void pit_install(void);
void set_pit_count(u16 hertz);
-u64 pit_num_ms(void);
#endif