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/os2dasd/dmh.h, dsdm, basedd 93/03/19";*/
- /**************************************************************************
- *
- * SOURCE FILE NAME = DMH.H
- *
- * DESCRIPTIVE NAME = OS2DASD.DMD - OS/2 DASD Device Manager
- *
- *
- *
- * VERSION = V2.0
- *
- * DATE
- *
- * DESCRIPTION : Commonly used .H files for OS/2 DASD Mgr
- *
- *
- *
- */
-
- #define INCL_NOBASEAPI
- #define INCL_NOPMAPI
- #define INCL_ERROR_H
-
- #include "os2.h"
- #include "dos.h"
- #include "bseerr.h"
- #include "misc.h"
- #include "dmdefs.h"
-
- #include "devhdr.h"
- #include "devcmd.h"
- #include "strat2.h"
- #include "reqpkt.h"
- #include "dhcalls.h"
- #include "scb.h"
- #include "abios.h"
- #include "iorb.h"
-
- #include "rmbase.h"
- #include "rmcalls.h"
-
- #include "dmtrace.h"
- #include "dmgencb.h"
- #include "dmdata.h"
- #include "dmproto.h"
- #include "dmioctl.h"
- #include "ioctl.h"
- #include "dskioctl.h"
-
-