home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Header: DH0:src/asm/parallel/RCS/pio.h,v 1.1 92/08/24 19:44:32 Barnard Exp $
- *
- *****************************************************************************
- *
- * P I O - D E V I C E
- *
- *****************************************************************************
- *
- * defines for the pio.device
- *
- *****************************************************************************
- */
-
- #ifndef DEVICES_PIO_H
- #define DEVICES_PIO_H
-
- /*
- * Commands
- */
-
- #define PIOCMD_QUERY CMD_NONSTD /* 0x09 */
- #define PIOCMD_SETPARAMS (CMD_NONSTD+1) /* 0x0A */
- #define PIOCMD_INACTIVE (CMD_NONSTD+2) /* 0x0B */
- #define PIOCMD_ACTIVE (CMD_NONSTD+3) /* 0x0c */
-
-
- #define PIOErr_DevBusy 1
- #define PIOErr_BufToBig 2
- #define PIOErr_InvPram 3
- #define PIOErr_LineErr 4
- #define PIOErr_NotOpen 5
- #define PIOErr_PortReset 6
- #define PIOErr_InitErr 7
- #define PIOErr_Inact 8 /* PIO is in inactive-State */
-
-
- #define PIONAME "pio.device"
-
- #endif /* DEVICES_PIO_H */
-