home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 8.ddi / usr / include / sys / pp_dep.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-08  |  1.2 KB  |  41 lines

  1. /*    Copyright (c) 1990 UNIX System Laboratories, Inc.    */
  2. /*    Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T    */
  3. /*      All Rights Reserved      */
  4.  
  5. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF         */
  6. /*    UNIX System Laboratories, Inc.                         */
  7. /*    The copyright notice above does not evidence any       */
  8. /*    actual or intended publication of such source code.    */
  9.  
  10. #ifndef _SYS_PP_DEP_H
  11. #define _SYS_PP_DEP_H
  12.  
  13. #ident    "@(#)/usr/include/sys/pp_dep.h.sl 1.1 4.0 12/08/90 9695 AT&T-USL"
  14. /*
  15.  * PORTS CIO Definitions
  16.  *
  17.  ***** WARNING ***** WARNING ***** WARNING ***** WARNING
  18.  *    This header file is shared by both sw and fw
  19.  ***** WARNING ***** WARNING ***** WARNING ***** WARNING
  20.  */
  21.  
  22. typedef struct
  23. {
  24.     unsigned char    pc[4];    /* ports codes */
  25. } RAPP, CAPP;
  26.  
  27. #define CQSIZE        35        /* size one completion queue  */
  28. #define RQSIZE        18        /* size all requeust queues   */
  29. #define NUM_QUEUES    6        /* (5 output) + (1 supply buf)*/
  30.  
  31. #define NUM_ELEMENTS    10        /* max size rqueues 0->4      */
  32.  
  33. #define CENTRONICS    4        /* printer rqueue          */
  34. #define PPPUMP        5        /* ports pump              */
  35. #define SUPPLYBUF    5        /* input(read) supply buffer  */
  36.  
  37. #define RAM_START    0
  38. #define RAM_END        32768
  39.  
  40. #endif    /* _SYS_PP_DEP_H */
  41.