patch-1.3.22 linux/include/linux/cdrom.h

Next file: linux/include/linux/cdu31a.h
Previous file: linux/include/linux/binfmts.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.21/linux/include/linux/cdrom.h linux/include/linux/cdrom.h
@@ -27,7 +27,7 @@
 #define CD_BLOCK_OFFSET           150  /* offset of first logical frame   */
 #define CD_XA_HEAD                 12  /* header size of XA frame         */
 #define CD_XA_TAIL                280  /* tail size of XA frame           */
-#define CD_XA_SYNC_HEAD (CD_XA_HEAD+12)/* sync bytes + header of XA frame */
+#define CD_XA_SYNC_HEAD CD_XA_HEAD+12  /* sync bytes + header of XA frame */
 /*
  *
  * For IOCTL calls, we will commandeer byte 0x53, or 'S'.
@@ -424,7 +424,11 @@
 #define	CDROMVOLREAD		0x5313 /* let the drive tell its volume setting */
 					/* (struct cdrom_volctrl) */
 
+/* 
+ *these ioctls are used in aztcd.c
+ */
 #define CDROMREADRAW            0x5314  /*read data in raw mode*/
 #define CDROMREADCOOKED         0x5315  /*read data in cooked mode*/
+#define CDROMSEEK               0x5316  /*seek msf address*/
 
 #endif  _LINUX_CDROM_H

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this