home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
HF-SCL1.DMS
/
in.adf
/
inclib.lha
/
Inc
/
exec
/
devices.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-09-01
|
264 b
|
18 lines
include "inc/exec/libraries.inc";
include "inc/exec/ports.inc";
struct Device is
dd_Library:Library;
;
struct Unit is
unit_MsgPort:MsgPort;
unit_flags:ubyte;
unit_pad:ubyte;
unit_OpenCnt:uword;
;
def UNITF_ACTIVE = (1<<0);
def UNITF_INTASK = (1<<1);