5 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
9 #include <exec/devices.h>
10 #include <dos/filesystem.h>
11 #include <devices/timer.h>
16 struct IntuitionBase
*intuitionbase
;
17 struct DosLibrary
*dosbase
;
18 struct MsgPort port
; /* MsgPort of the handler */
19 struct MsgPort rport
; /* replyport of the handler */
20 struct IOFileSys
*iofs
; /* to be aborted iofs or NULL */
21 struct List device_list
; /* list of mounted devices (struct Volume) */
22 struct timerequest
*timer_request
;