From 57407e65a2b079776c695a7442794d7090c1d2ba Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Tue, 9 Feb 2010 11:26:15 -0500 Subject: [PATCH] Add CDIO_MMC_GPCMD_READ_TRACK_INFORMATION --- include/cdio/mmc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cdio/mmc.h b/include/cdio/mmc.h index c0addcfc..3876b0a8 100644 --- a/include/cdio/mmc.h +++ b/include/cdio/mmc.h @@ -210,6 +210,8 @@ extern "C" { CDIO_MMC_GPCMD_READ_DISC_INFO = 0x51, /**< Get CD information. (10 bytes). */ + CDIO_MMC_GPCMD_READ_TRACK_INFORMATION = 0x52, /**< Information about a + logical track. */ CDIO_MMC_GPCMD_MODE_SELECT_10 = 0x55, /**< Select medium (10-bytes). */ CDIO_MMC_GPCMD_MODE_SENSE_10 = 0x5a, /**< Get medium or device