summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_cd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsi_cd.h')
-rw-r--r--sys/scsi/scsi_cd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h
index e9e80de..0a4759b 100644
--- a/sys/scsi/scsi_cd.h
+++ b/sys/scsi/scsi_cd.h
@@ -14,11 +14,10 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_cd.h,v 1.4 1993/08/21 20:01:52 rgrimes Exp $
+ * $Id: scsi_cd.h,v 1.6 93/08/26 21:09:19 julian Exp Locker: julian $
*/
-
-#ifndef _SCSI_SCSI_CD_H_
-#define _SCSI_SCSI_CD_H_ 1
+#ifndef _SCSI_SCSI_CD_H
+#define _SCSI_SCSI_CD_H 1
/*
* Define two bits always in the same place in byte 2 (flag byte)
@@ -142,6 +141,7 @@ struct scsi_read_toc
u_char data_len[2];
u_char control;
};
+;
struct scsi_read_cd_capacity
{
@@ -225,5 +225,5 @@ struct cd_mode_data
struct blk_desc blk_desc;
union cd_pages page;
};
+#endif /*_SCSI_SCSI_CD_H*/
-#endif /* _SCSI_SCSI_CD_H_ */
OpenPOWER on IntegriCloud