/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos720 src/bos/kernel/sys/cdrom.h 1.18 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1988,1993 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)23 1.18 src/bos/kernel/sys/cdrom.h, sysxcdrm, bos720 2/24/93 18:15:57 */ #ifndef _H_CDROM #define _H_CDROM /* * COMPONENT_NAME: (SYSXCDRM) SCSI CD-ROM Device Driver Include File * * FUNCTIONS: NONE * * ORIGINS: 27 * * (C) COPYRIGHT International Business Machines Corp. 1988, 1989, 1993 * All Rights Reserved * Licensed Materials - Property of IBM * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /*********************************************************************/ /* cdrom.h header dependencies */ /* This is file is provided for backward compatibility with previous */ /* releases of AIX. All new code should now use scdisk.h. */ /*********************************************************************/ #include #include #include /************************************************************************/ /* Ioctl Command defines */ /************************************************************************/ #define CDIORDSE DKIORDSE /* Read with sense on error */ #define CDIOCMD 0x02 /* Pass-through command */ #endif