Restored work-around for hangs when trying to use disk-based handlers
[tangerine.git] / arch / i386-pc / timer / ticks.h
blobc1a978c52e523058398854e33181281d5fda9d8c
1 #ifndef _TICKS_H
2 #define _TICKS_H
4 #include <exec/types.h>
5 #include "timer_intern.h"
7 ULONG tick2usec(ULONG tick);
8 ULONG usec2tick(ULONG usec);
9 void EClockUpdate(struct TimerBase *TimerBase);
10 void EClockSet(struct TimerBase *TimerBase);
12 void Timer0Setup(struct TimerBase *TimerBase);
14 #endif