home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cdrom.zip / DDK / BASE / SRC / DEV / DASD / CDROM / OS2CDROM / cdh.h < prev    next >
C/C++ Source or Header  |  1996-06-18  |  1KB  |  63 lines

  1. /**************************************************************************
  2.  *
  3.  * SOURCE FILE NAME = CDH.H
  4.  *
  5.  * DESCRIPTIVE NAME = Commonly used .H files for CD-ROM Device Manager
  6.  *
  7.  * Copyright : COPYRIGHT IBM CORPORATION, 1991, 1992
  8.  *             LICENSED MATERIAL - PROGRAM PROPERTY OF IBM
  9.  *             REFER TO COPYRIGHT INSTRUCTION FORM#G120-2083
  10.  *             RESTRICTED MATERIALS OF IBM
  11.  *             IBM CONFIDENTIAL
  12.  *
  13.  * VERSION = V2.0
  14.  *
  15.  * DATE
  16.  *
  17.  * DESCRIPTION
  18.  *
  19.  *
  20.  * FUNCTIONS
  21.  *
  22.  * ENTRY POINTS:
  23.  *
  24.  * DEPENDENCIES:
  25.  *
  26.  * NOTES
  27.  *
  28.  *
  29.  * STRUCTURES
  30.  *
  31.  * EXTERNAL REFERENCES
  32.  *
  33.  * EXTERNAL FUNCTIONS
  34.  *
  35.  * CHANGE ACTIVITY =
  36.  *  DATE      FLAG        APAR   CHANGE DESCRIPTION
  37.  *  --------  ----------  -----  --------------------------------------
  38.  *  mm/dd/yy  @Vr.mpppxx  xxxxx  xxxxxxx
  39.  ****************************************************************************/
  40.  
  41. #define INCL_NOBASEAPI
  42. #define INCL_NOPMAPI
  43. #define INCL_ERROR_H
  44.  
  45. #include "os2.h"
  46. #include "dos.h"
  47. #include "bseerr.h"
  48. #include "misc.h"
  49. #include "cddefs.h"
  50.  
  51. #include "devhdr.h"
  52. #include "devcmd.h"
  53. #include "strat2.h"
  54. #include "reqpkt.h"
  55. #include "dhcalls.h"
  56. #include "scsi.h"
  57. #include "iorb.h"
  58. #include "cdbscsi.h"
  59. #include "cdgencb.h"
  60. #include "cddata.h"
  61. #include "cdproto.h"
  62. #include "cdioctl.h"
  63.