home *** CD-ROM | disk | FTP | other *** search
- type
- Library_t=unknown34,
-
- Device_t=struct{
- Library_tdd_Library;
- },
-
- Unit_t=struct{
- *MsgPortunit_MsgPort;
- byteunit_flags;
- byteunit_pad;
- uintunit_OpenCnt;
- };
-
- byte
- UNITF_ACTIVE=1<<0,
- UNITF_INTASK=1<<1;
-
- extern
- AddDevice(*Device_td)void,
- RemDevice(*Device_td)bool;
-