1 2 3 4 5 6 7 8
#include "timer.h" #include "pit8253.h" uint64_t timer_ticks(void) { return pit8253_count(); }