1 #ifndef AHI_Drivers_AROS_DriverData_h
2 #define AHI_Drivers_AROS_DriverData_h
4 #include <exec/libraries.h>
9 #include "DriverBase.h"
13 struct DriverBase driverbase
;
16 #define DRIVERBASE_SIZEOF (sizeof (struct AROSBase))
20 struct DriverData driverdata
;
25 struct Process
* mastertask
;
26 struct Process
* slavetask
;
27 struct AROSBase
* ahisubbase
;
32 #endif /* AHI_Drivers_AROS_DriverData_h */