home *** CD-ROM | disk | FTP | other *** search
- /*DDK*************************************************************************/
- /* */
- /* COPYRIGHT Copyright (C) 1995 IBM Corporation */
- /* */
- /* The following IBM OS/2 WARP source code is provided to you solely for */
- /* the purpose of assisting you in your development of OS/2 WARP device */
- /* drivers. You may use this code in accordance with the IBM License */
- /* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */
- /* Copyright statement may not be removed. */
- /* */
- /*****************************************************************************/
- /*static char *SCCSID = "src/dev/dasd/os2aspi/aspiextn.h, aspi, r206 93/03/20";*/
- /**************************************************************************
- *
- * SOURCE FILE NAME = ASPIEXTN.H
- *
- * DESCRIPTIVE NAME = OS2ASPI.DMD - OS/2 ASPI Device Manager
- * Static/Initialization Externs
- *
- *
- * VERSION = V2.0
- *
- * DATE
- *
- * DESCRIPTION Maps internal data used by this ADD in ASPIDATA.C
- *
- *
- */
- /*--------------*/
- /* Static Data */
- /*--------------*/
-
- extern PFN Device_Help;
-
- extern USHORT InitComplete;
- extern SRB_WAIT_Q SRBWaitQueue[]; /*@V61092*/
- extern USHORT ADDHandle;
-
- extern UCHAR DirTableDASD[];
- extern UCHAR DirTableTAPE[];
- extern UCHAR DirTablePROCESSOR[];
- extern UCHAR DirTableSCANNER[];
- extern UCHAR DirTablePRINTER[];
- extern UCHAR DirTableCHANGER[];
- extern UCHAR DirTableCOMM[];
-
- extern BYTE ConfigPool[MAX_CONFIG_DATA];
-
- /*---------------------*/
- /* Initialization Data */
- /*---------------------*/
-
- extern BYTE InitDataStart;
- extern USHORT ConfigPoolAvail;
- extern NPBYTE npConfigPool;
-
-
-