home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / DEV / DASD / OS2DASD / DMH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-14  |  1.8 KB  |  61 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/os2dasd/dmh.h, dsdm, basedd 93/03/19";*/
  13. /**************************************************************************
  14.  *
  15.  * SOURCE FILE NAME = DMH.H
  16.  *
  17.  * DESCRIPTIVE NAME = OS2DASD.DMD - OS/2 DASD Device Manager
  18.  *
  19.  *
  20.  *
  21.  * VERSION = V2.0
  22.  *
  23.  * DATE
  24.  *
  25.  * DESCRIPTION : Commonly used .H files for OS/2 DASD Mgr
  26.  *
  27.  *
  28.  *
  29. */
  30.  
  31. #define INCL_NOBASEAPI
  32. #define INCL_NOPMAPI
  33. #define INCL_ERROR_H
  34.  
  35. #include "os2.h"
  36. #include "dos.h"
  37. #include "bseerr.h"
  38. #include "misc.h"
  39. #include "dmdefs.h"
  40.  
  41. #include "devhdr.h"
  42. #include "devcmd.h"
  43. #include "strat2.h"
  44. #include "reqpkt.h"
  45. #include "dhcalls.h"
  46. #include "scb.h"
  47. #include "abios.h"
  48. #include "iorb.h"
  49.  
  50. #include "rmbase.h"
  51. #include "rmcalls.h"
  52.  
  53. #include "dmtrace.h"
  54. #include "dmgencb.h"
  55. #include "dmdata.h"
  56. #include "dmproto.h"
  57. #include "dmioctl.h"
  58. #include "ioctl.h"
  59. #include "dskioctl.h"
  60.  
  61.