summaryrefslogtreecommitdiff
path: root/kc/core/pit8253.h
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/pit8253.h')
-rw-r--r--kc/core/pit8253.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kc/core/pit8253.h b/kc/core/pit8253.h
index 32cb9b1..b6f3d10 100644
--- a/kc/core/pit8253.h
+++ b/kc/core/pit8253.h
@@ -10,6 +10,9 @@ void pit8253_stop(void);
void pit8253_set_frequency(uint32_t frequency);
uint32_t pit8253_get_frequency(void);
+int pit8253_append_callback(timer_callback func);
+void pit8253_delete_callback(timer_callback func);
+
uint64_t pit8253_nanoseconds_elapsed(void);
uint64_t pit8253_nanoseconds_delta(void);