summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-05-07 08:28:05 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-05-07 08:28:05 +0000
commit30343e09851fa31fc3750393d781043970550cde (patch)
treed53b4e980cf11a64978932ba4ec7d73f7b20d5f7 /sys
parent0921567ffe09722282d21d2b9adc506a04fef841 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdio.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h
index 564ab668cd9f..17cfad9de537 100644
--- a/sys/sys/cdio.h
+++ b/sys/sys/cdio.h
@@ -1,7 +1,7 @@
/*
* 16 Feb 93 Julian Elischer (julian@dialix.oz.au)
*
- * $Id: cdio.h,v 1.13 1996/02/03 14:19:13 ache Exp $
+ * $Id$
*/
/*
@@ -158,6 +158,14 @@ struct ioc_read_toc_entry {
#define CDIOREADTOCENTRYS _IOWR('c',5,struct ioc_read_toc_entry)
+struct ioc_read_toc_single_entry {
+ u_char address_format;
+ u_char track;
+ struct cd_toc_entry entry;
+};
+#define CDIOREADTOCENTRY _IOWR('c',6,struct ioc_read_toc_single_entry)
+
+
struct ioc_patch
{
u_char patch[4]; /* one for each channel */