5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
12 #ifndef EXEC_LIBRARIES_H
13 # include <exec/libraries.h>
16 # include <exec/ports.h>
21 struct Library dd_Library
;
26 struct MsgPort unit_MsgPort
;
32 #define UNITF_ACTIVE (1<<0)
33 #define UNITF_INTASK (1<<1)
35 #endif /* EXEC_DEVICES_H */