summaryrefslogtreecommitdiff
path: root/kc/core/pit8253.h
blob: 81374a328e52a2b4feec79eebc5c9be58f0b6a48 (plain)
1
2
3
4
5
6
7
8
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);