summaryrefslogtreecommitdiff
path: root/kc/core/pit8253.h
blob: 25861f7cccd6f78e5e44fdeb38fdc490441887ac (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stdint.h>

void pit8253_init(void);
void pit8253_start(void);
void pit8253_stop(void);
uint64_t pit8253_count(void);
void pit8253_set_hz(uint16_t hz);