home *** CD-ROM | disk | FTP | other *** search
- IFND DEVICES_PRONET_I
- DEVICES_PRONET_I SET 1
- **
- ** ProNET Version 3
- **
- ** Assembler include file.
- **
- ** (C) Copyright 1994-1996 Michael Krause
- ** <rawstyle@online.fire.dbn.dinet.com>
- **
-
- IFND EXEC_IO_I
- INCLUDE "exec/io.i"
- ENDC
-
- PNDERR_PORTEXISTS equ -94
- PNDERR_BADCONFIG equ -95
- PNDERR_DRIVERTROUBLE equ -96
- PNDERR_UNIT_NOT_DEFINED equ -97
-
- STRUCTURE PNRequest,IO_SIZE
- APTR pnr_MsgPort
- UWORD pnr_NetSourcePort
-
- UWORD pnr_NetDestPort
- APTR pnr_Data1
- ULONG pnr_Length1
- APTR pnr_Data2
- ULONG pnr_Length2
- LABEL pnr_Size
-
- PNP_NAME equ -1
- PNP_NEXTFREE equ -2
-
- PND_WRITE equ 3 ;equal to CMD_WRITE..
-
- _LVOGetConfigString equ -42 ;hmm, not quite the right place
- _LVOFreeConfigString equ -48 ;for this ???
-
- ENDC ; DEVICES_PRONET_I
-