Files
pepperOS/src/time/timer.h
T
2026-01-10 09:45:20 +01:00

7 lines
101 B
C

#ifndef TIMER_H
#define TIMER_H
void timer_init();
void timer_wait(unsigned int wait_ticks);
#endif