home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / DEV / DASD / OS2ASPI / ASPIEXTN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-14  |  2.0 KB  |  58 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  6. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12. /*static char *SCCSID = "src/dev/dasd/os2aspi/aspiextn.h, aspi, r206 93/03/20";*/
  13. /**************************************************************************
  14.  *
  15.  * SOURCE FILE NAME = ASPIEXTN.H
  16.  *
  17.  * DESCRIPTIVE NAME = OS2ASPI.DMD - OS/2 ASPI Device Manager
  18.  *                    Static/Initialization Externs
  19.  *
  20.  *
  21.  * VERSION = V2.0
  22.  *
  23.  * DATE
  24.  *
  25.  * DESCRIPTION  Maps internal data used by this ADD in ASPIDATA.C
  26.  *
  27.  *
  28. */
  29. /*--------------*/
  30. /* Static Data  */
  31. /*--------------*/
  32.  
  33. extern PFN     Device_Help;
  34.  
  35. extern USHORT  InitComplete;
  36. extern SRB_WAIT_Q SRBWaitQueue[];                                    /*@V61092*/
  37. extern USHORT  ADDHandle;
  38.  
  39. extern UCHAR   DirTableDASD[];
  40. extern UCHAR   DirTableTAPE[];
  41. extern UCHAR   DirTablePROCESSOR[];
  42. extern UCHAR   DirTableSCANNER[];
  43. extern UCHAR   DirTablePRINTER[];
  44. extern UCHAR   DirTableCHANGER[];
  45. extern UCHAR   DirTableCOMM[];
  46.  
  47. extern BYTE    ConfigPool[MAX_CONFIG_DATA];
  48.  
  49. /*---------------------*/
  50. /* Initialization Data */
  51. /*---------------------*/
  52.  
  53. extern BYTE    InitDataStart;
  54. extern USHORT  ConfigPoolAvail;
  55. extern NPBYTE  npConfigPool;
  56.  
  57.  
  58.