5 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
9 #include <exec/devices.h>
10 #include <devices/timer.h>
14 struct Library ab_Lib
;
15 BPTR ab_SegList
; /* Pointer to SegList trampoline */
16 struct Volume
*volume
;
17 struct DosLibrary
*dosbase
;
18 struct MsgPort
*timer_mp
;
19 struct MsgPort port
; /* sigtask and sigbit for changeint */
20 struct List device_list
; /* list of mounted devices (struct Volume) */
21 struct timerequest
*timer_request
;
25 #define TIMER_ACTIVE 0x00000001
26 #define TIMER_RESTART 0x00000002