summaryrefslogtreecommitdiff
path: root/kernel/timer.h
blob: 3b9ecdfb513b618abcac9452af72f5f470f48caf (plain)
1
2
3
4
5
#include "lib/int/stdint.h"

void timer_init();
void timer_tick();
uint64_t timer_get_ticks();