]> pd.if.org Git - zos/blob - timer.h
add a readme with a public domain note
[zos] / timer.h
1 void init_timer(int hz);
2 extern volatile uint64_t timer_ticks;
3 extern struct timespec system_time;