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/ibm/ibm1s506/cmdphdr.h, idsk, r207, 8.005p 93/03/18";*/
- /**************************************************************************
- *
- * SOURCE FILE NAME = CMDPHDR.H
- *
- *
- *
- *
- * VERSION = V2.0
- *
- * DATE
- *
- * DESCRIPTION : Command Parser Top Level Include file
- *
- * Purpose: This file is automatically included in the files
- * which generate the parser tables:
- *
- *
- */
- #include "cmdparse.h"
- #include "cmdpdefs.h"
-
- /* */
- /* external references resolved in related C file. */
- /* */
-
- extern CC cc;
- extern USHORT outbuf_len;
- extern OPTIONTABLE opttable;
- extern PBYTE poutbuf;
-