os/stuff/drivers/timer.h
2019-05-25 10:05:36 -05:00

8 lines
82 B
C

#ifndef TIMER_H
#define TIMER_H
void wait(int milli);
void timer_init();
#endif