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/cmdphdr.h, aspi, r206 93/03/20";*/
- /**************************************************************************
- *
- * SOURCE FILE NAME = CMDPHDR.H
- *
- * DESCRIPTIVE NAME = OS2ASPI.DMD - OS/2 ASPI Device Manager
- *
- *
- *
- * VERSION = V2.0
- *
- * DATE
- *
- * DESCRIPTION : ADD CONFIG.SYS Command Line Parser Header File
- *
- *
- */#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;
-