2017-03-27 23:09:08 +02:00

8 lines
97 B
C

#pragma once
#include <stdint.h>
#define TICK_FREQ 1000
void pit_init();
uint64_t get_ticks();