home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / DEV / DASD / CDROM / ATAPI / CMDPHDR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-14  |  1.6 KB  |  42 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/ibm/ibm1s506/cmdphdr.h, idsk, r207, 8.005p 93/03/18";*/
  13. /**************************************************************************
  14.  *
  15.  * SOURCE FILE NAME =  CMDPHDR.H
  16.  *
  17.  *
  18.  *
  19.  *
  20.  * VERSION = V2.0
  21.  *
  22.  * DATE
  23.  *
  24.  * DESCRIPTION : Command Parser Top Level Include file
  25.  *
  26.  * Purpose:  This file is automatically included in the files
  27.  *           which generate the parser tables:
  28.  *
  29.  *
  30. */
  31. #include "cmdparse.h"
  32. #include "cmdpdefs.h"
  33.  
  34. /*                                                  */
  35. /*  external references resolved in related C file. */
  36. /*                                                  */
  37.  
  38. extern   CC            cc;
  39. extern   USHORT        outbuf_len;
  40. extern   OPTIONTABLE   opttable;
  41. extern   PBYTE         poutbuf;
  42.