From: Juan Quintela Date: Wed, 7 Oct 2009 14:56:20 +0000 (+0200) Subject: ide: Remove duplicated definitions X-Git-Tag: v0.12.0-rc0~713 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=edcca5a3b8f3456a13f6d0de7cbfddc4122c368b;p=users%2Fdwmw2%2Fqemu.git ide: Remove duplicated definitions Patchworks-ID: 35297 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 029bf80e5d..21319fefd4 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -20,12 +20,6 @@ typedef struct IDEDeviceInfo IDEDeviceInfo; typedef struct IDEState IDEState; typedef struct BMDMAState BMDMAState; -/* debug IDE devices */ -//#define DEBUG_IDE -//#define DEBUG_IDE_ATAPI -//#define DEBUG_AIO -#define USE_DMA_CDROM - /* Bits of HD_STATUS */ #define ERR_STAT 0x01 #define INDEX_STAT 0x02