5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Device communication
13 # include <exec/ports.h>
16 #define DEV_BEGINIO (-30)
17 #define DEV_ABORTIO (-36)
21 struct Message io_Message
;
22 struct Device
* io_Device
;
23 struct Unit
* io_Unit
;
31 struct Message io_Message
;
32 struct Device
* io_Device
;
33 struct Unit
* io_Unit
;
37 /* fields that are different from IORequest */
56 #define IOF_QUICK (1<<0)
58 #endif /* EXEC_IO_H */