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

  1. /**************************************************************************
  2.  *
  3.  * SOURCE FILE NAME = FLTHDR.H
  4.  *
  5.  * DESCRIPTIVE NAME = Commonly used .H files for Toshiba CD-ROM Filter
  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.  * FUNCTIONS
  20.  *
  21.  * ENTRY POINTS:
  22.  *
  23.  * DEPENDENCIES:
  24.  *
  25.  * NOTES
  26.  *
  27.  *
  28.  * STRUCTURES
  29.  *
  30.  * EXTERNAL REFERENCES
  31.  *
  32.  * EXTERNAL FUNCTIONS
  33.  *
  34.  * CHANGE ACTIVITY =
  35.  *  DATE      FLAG        APAR   CHANGE DESCRIPTION
  36.  *  --------  ----------  -----  --------------------------------------
  37.  *  mm/dd/yy  @Vr.mpppxx  xxxxx  xxxxxxx
  38.  ****************************************************************************/
  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.  
  50. #include "devhdr.h"
  51. #include "devcmd.h"
  52. #include "strat2.h"
  53. #include "reqpkt.h"
  54. #include "dhcalls.h"
  55. #include "scsi.h"
  56. #include "iorb.h"
  57. #include "cdbscsi.h"
  58.  
  59. #include "todefs.h"
  60. #include "fltdefs.h"
  61. #include "todata.h"
  62. #include "tocdb.h"
  63.