View | Details | Raw Unified | Return to bug 22664 | Differences between
and this patch

Collapse All | Expand All

(-)cdio.h (+25 lines)
Lines 283-286 Link Here
283
283
284
#define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio)
284
#define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio)
285
285
286
struct ioc_medium
287
{
288
	u_int16_t   data_length;
289
	u_int8_t    medium_type;
290
#define MST_TYPE_MASK_LOW	0x0f
291
#define MST_FMT_NONE		0x00
292
#define MST_DATA_120		0x01
293
#define MST_AUDIO_120		0x02
294
#define MST_COMB_120		0x03
295
#define MST_PHOTO_120		0x04
296
#define MST_DATA_80		0x05
297
#define MST_AUDIO_80		0x06
298
#define MST_COMB_80		0x07
299
#define MST_PHOTO_80		0x08
300
#define MST_TYPE_MASK_HIGH	0x70
301
#define MST_CDROM		0x00
302
#define MST_CDR			0x10
303
#define MST_CDRW		0x20
304
#define MST_NO_DISC		0x70
305
#define MST_DOOR_OPEN		0x71
306
#define MST_FMT_ERROR		0x72
307
};
308
309
#define CDIOCGETMEDIUM _IOWR('c',32,struct ioc_medium)
310
286
#endif /* !_SYS_CDIO_H_ */
311
#endif /* !_SYS_CDIO_H_ */

Return to bug 22664