home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / DEV / DASD / OS2ASPI / CMDPHDR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-14  |  1.5 KB  |  39 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/cmdphdr.h, aspi, r206 93/03/20";*/
  13. /**************************************************************************
  14.  *
  15.  * SOURCE FILE NAME = CMDPHDR.H
  16.  *
  17.  * DESCRIPTIVE NAME = OS2ASPI.DMD - OS/2 ASPI Device Manager
  18.  *
  19.  *
  20.  *
  21.  * VERSION = V2.0
  22.  *
  23.  * DATE
  24.  *
  25.  * DESCRIPTION : ADD CONFIG.SYS Command Line Parser Header File
  26.  *
  27.  *
  28. */#include "cmdparse.h"
  29. #include "cmdpdefs.h"
  30.  
  31. //
  32. //  external references resolved in related C file.
  33. //
  34.  
  35. extern   CC            cc;
  36. extern   USHORT        outbuf_len;
  37. extern   OPTIONTABLE   opttable;
  38. extern   PBYTE         poutbuf;
  39.