prism2.device: Compiler delint
[AROS.git] / arch / all-unix / timer / timer_platform.h
blobeead42e55d9d786cb6b553e5bd4be69a9fca8797
1 struct itimerval;
3 struct PlatformTimer
5 APTR hostlibBase;
6 APTR libcHandle;
7 int (*setitimer)(int which, const struct itimerval *value, struct itimerval *ovalue);
8 struct timeval tb_VBlankTime; /* Software-emulated periodic timer interval */
9 unsigned int tb_VBlankTicks; /* Divisor reload value for VBlank */
10 unsigned int tb_TimerCount; /* VBlank tick counter */
13 #define HostLibBase TimerBase->tb_Platform.hostlibBase