home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
cbm
/
nduk-v40.lha
/
V40
/
include
/
exec
/
devices.i
< prev
next >
Wrap
Text File
|
1993-10-15
|
1KB
|
51 lines
IFND EXEC_DEVICES_I
EXEC_DEVICES_I SET 1
**
** $VER: devices.i 39.0 (15.10.91)
** Includes Release 40.15
**
** Include file for use by Exec device drivers
**
** (C) Copyright 1985-1993 Commodore-Amiga, Inc.
** All Rights Reserved
**
IFND EXEC_LIBRARIES_I
INCLUDE "exec/libraries.i"
ENDC ; EXEC_LIBRARIES_I
IFND EXEC_PORTS_I
INCLUDE "exec/ports.i"
ENDC ; EXEC_PORTS_I
*----------------------------------------------------------------
*
* Device Data Structure
*
*----------------------------------------------------------------
STRUCTURE DD,LIB_SIZE
LABEL DD_SIZE ; identical to library
*----------------------------------------------------------------
*
* Suggested Unit Structure
*
*----------------------------------------------------------------
STRUCTURE UNIT,MP_SIZE ; queue for requests
UBYTE UNIT_FLAGS
UBYTE UNIT_pad
UWORD UNIT_OPENCNT
LABEL UNIT_SIZE
*------ UNIT_FLAG definitions:
BITDEF UNIT,ACTIVE,0 ; driver is active
BITDEF UNIT,INTASK,1 ; running in driver's task
ENDC ; EXEC_DEVICES_I