aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 16:56:20 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-12 09:42:30 -0500
commitedcca5a3b8f3456a13f6d0de7cbfddc4122c368b (patch)
tree30d4c19b601bbdcc90fe8238ee040adfa3cf9661 /hw/ide/internal.h
parente6a7830acd39e6a472e39d0da8f5c18c99ef847b (diff)
ide: Remove duplicated definitions
Patchworks-ID: 35297 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r--hw/ide/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h
index 029bf80e5..21319fefd 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