home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / scsiopt2.zip / cmdphdr.h < prev    next >
C/C++ Source or Header  |  1997-06-05  |  1KB  |  68 lines

  1. /**************************************************************************
  2.  *
  3.  * SOURCE FILE NAME = CMDPHDR.H
  4.  *
  5.  * DESCRIPTIVE NAME = ADD command line parser
  6.  *              Command Parser Top Level Include file
  7.  *
  8.  *
  9.  *
  10.  * COPYRIGHT    Copyright (C) 1992 IBM Corporation
  11.  *
  12.  * The following IBM OS/2 2.1 source code is provided to you solely for
  13.  * the purpose of assisting you in your development of OS/2 2.x device
  14.  * drivers. You may use this code in accordance with the IBM License
  15.  * Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  16.  * Copyright statement may not be removed.
  17.  *
  18.  *
  19.  *
  20.  * VERSION = V2.0
  21.  *
  22.  * DATE
  23.  *
  24.  * DESCRIPTION :
  25.  *
  26.  * Purpose: This file is automatically included in the files
  27.  *        which generate the parser tables:
  28.  *
  29.  *          CMDPDSKT.C - Command Table for Diskette ADDs
  30.  *          CMDPDISK.C - Command Table for ST-506 DASD ADDs
  31.  *          CMDPSCSI.C - Command Table for SCSI ADDs
  32.  *
  33.  * FUNCTIONS  :
  34.  *
  35.  *
  36.  *
  37.  *
  38.  *
  39.  *
  40.  *
  41.  * NOTES
  42.  *
  43.  *
  44.  * STRUCTURES
  45.  *
  46.  * EXTERNAL REFERENCES
  47.  *
  48.  *
  49.  *
  50.  * EXTERNAL FUNCTIONS
  51.  *
  52.  ***************************************************************************/
  53.  
  54.  
  55.  
  56. #include "cmdparse.h"
  57. #include "cmdpdefs.h"
  58.  
  59. /*
  60. **  external references resolved in related C file.
  61. */
  62.  
  63. extern     CC           cc;
  64. extern     USHORT        outbuf_len;
  65. extern     OPTIONTABLE   opttable;
  66. extern     PBYTE           poutbuf;
  67.  
  68.