summaryrefslogtreecommitdiff
path: root/kc/core/pit8253.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-14 16:13:23 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-14 16:22:54 +0000
commite024c54be1b94093171eb4182c5fc21db5b2d7e2 (patch)
tree9125564493b48f0562da484c628e02730e581cc6 /kc/core/pit8253.h
parentf020142891decdf63e5908b4756bcaad9b0f5f7e (diff)
more task scheduling work, scheduler appears to work without crashing
Diffstat (limited to 'kc/core/pit8253.h')
-rw-r--r--kc/core/pit8253.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kc/core/pit8253.h b/kc/core/pit8253.h
index 81374a3..25861f7 100644
--- a/kc/core/pit8253.h
+++ b/kc/core/pit8253.h
@@ -5,5 +5,6 @@
void pit8253_init(void);
void pit8253_start(void);
void pit8253_stop(void);
+uint64_t pit8253_count(void);
void pit8253_set_hz(uint16_t hz);