home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cdisk.zip / PARALLEL / DIGIO.H < prev    next >
Text File  |  1992-07-06  |  396b  |  11 lines

  1. /*
  2.  digio.h memory map for os/2 device driver
  3. */
  4.  
  5. #define  DIGIO_CAT    0x91      /* category for DosDevIOCtl     */
  6. #define  DIGIO_BASE   0x2c0     /* board address                */
  7. #define  DIGIO_OUTPUT DIGIO_BASE /* output port                 */
  8. #define  DIGIO_INPUT  DIGIO_BASE+1 /* input port                */
  9. #define  DIGIO_CONFIG DIGIO_BASE+3 /* initialization port       */
  10.  
  11.