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 >
Wrap
C/C++ Source or Header
|
1996-06-18
|
1KB
|
63 lines
/**************************************************************************
*
* SOURCE FILE NAME = CDH.H
*
* DESCRIPTIVE NAME = Commonly used .H files for CD-ROM Device Manager
*
* Copyright : COPYRIGHT IBM CORPORATION, 1991, 1992
* LICENSED MATERIAL - PROGRAM PROPERTY OF IBM
* REFER TO COPYRIGHT INSTRUCTION FORM#G120-2083
* RESTRICTED MATERIALS OF IBM
* IBM CONFIDENTIAL
*
* VERSION = V2.0
*
* DATE
*
* DESCRIPTION
*
*
* FUNCTIONS
*
* ENTRY POINTS:
*
* DEPENDENCIES:
*
* NOTES
*
*
* STRUCTURES
*
* EXTERNAL REFERENCES
*
* EXTERNAL FUNCTIONS
*
* CHANGE ACTIVITY =
* DATE FLAG APAR CHANGE DESCRIPTION
* -------- ---------- ----- --------------------------------------
* mm/dd/yy @Vr.mpppxx xxxxx xxxxxxx
****************************************************************************/
#define INCL_NOBASEAPI
#define INCL_NOPMAPI
#define INCL_ERROR_H
#include "os2.h"
#include "dos.h"
#include "bseerr.h"
#include "misc.h"
#include "cddefs.h"
#include "devhdr.h"
#include "devcmd.h"
#include "strat2.h"
#include "reqpkt.h"
#include "dhcalls.h"
#include "scsi.h"
#include "iorb.h"
#include "cdbscsi.h"
#include "cdgencb.h"
#include "cddata.h"
#include "cdproto.h"
#include "cdioctl.h"