diff options
Diffstat (limited to 'kc/core/pit8253.h')
| -rw-r--r-- | kc/core/pit8253.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kc/core/pit8253.h b/kc/core/pit8253.h new file mode 100644 index 0000000..81374a3 --- /dev/null +++ b/kc/core/pit8253.h @@ -0,0 +1,9 @@ +#pragma once + +#include <stdint.h> + +void pit8253_init(void); +void pit8253_start(void); +void pit8253_stop(void); +void pit8253_set_hz(uint16_t hz); + |
