1 #ifndef DEVICES_TIMER_H
2 #define DEVICES_TIMER_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
17 # include <exec/types.h>
20 #define TIMERNAME "timer.device"
23 #define UNIT_MICROHZ 0
26 #define UNIT_WAITUNTIL 3
27 #define UNIT_WAITECLOCK 4
30 #define TR_ADDREQUEST (CMD_NONSTD+0)
31 #define TR_GETSYSTIME (CMD_NONSTD+1)
32 #define TR_SETSYSTIME (CMD_NONSTD+2)
34 #include <aros/_timeval.h> /* get struct timeval */
44 struct IORequest tr_node
;
45 struct timeval tr_time
;
48 #endif /* DEVICES_TIMER_H */