From dee62a7917239dc27d9fddbba173e625668ec56e Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 24 Apr 2004 19:18:52 +0000 Subject: [PATCH] Small doxygen comment. --- lib/scsi_mmc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/scsi_mmc.h b/lib/scsi_mmc.h index fc89830d..9b692583 100644 --- a/lib/scsi_mmc.h +++ b/lib/scsi_mmc.h @@ -1,7 +1,7 @@ /* - $Id: scsi_mmc.h,v 1.5 2004/04/24 11:48:37 rocky Exp $ + $Id: scsi_mmc.h,v 1.6 2004/04/24 19:18:52 rocky Exp $ - Copyright (C) 2003 Rocky Bernstein + Copyright (C) 2003, 2004 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,8 +34,8 @@ #define CDIO_MMC_READ_TYPE_M2F1 4 /* mode2 sectors form1 */ #define CDIO_MMC_READ_TYPE_M2F2 5 /* mode2 sectors form2 */ -/* The generic packet command opcodes for CD/DVD Logical Units, - * From Table 57 of the SFF8090 Ver. 3 (Mt. Fuji) draft standard. */ +/*! The generic packet command opcodes for CD/DVD Logical Units. */ + #define CDIO_MMC_MODE_SENSE_10 0x5a #define CDIO_MMC_MODE_SENSE 0x1a #define CDIO_MMC_GPCMD_READ_CD 0xbe