mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
ide: Remove duplicated definitions
Patchworks-ID: 35297 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e6a7830acd
commit
edcca5a3b8
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ typedef struct IDEDeviceInfo IDEDeviceInfo;
|
||||||
typedef struct IDEState IDEState;
|
typedef struct IDEState IDEState;
|
||||||
typedef struct BMDMAState BMDMAState;
|
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 */
|
/* Bits of HD_STATUS */
|
||||||
#define ERR_STAT 0x01
|
#define ERR_STAT 0x01
|
||||||
#define INDEX_STAT 0x02
|
#define INDEX_STAT 0x02
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue