From e024c54be1b94093171eb4182c5fc21db5b2d7e2 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 14 Feb 2022 16:13:23 +0000 Subject: more task scheduling work, scheduler appears to work without crashing --- kc/core/pit8253.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kc/core/pit8253.h') 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); -- cgit v1.3.1-1-g115d