summaryrefslogtreecommitdiffstats
path: root/hw/ide/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ide/pci.h')
-rw-r--r--hw/ide/pci.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/ide/pci.h b/hw/ide/pci.h
index 063ae96..690d057 100644
--- a/hw/ide/pci.h
+++ b/hw/ide/pci.h
@@ -3,15 +3,10 @@
#include <hw/ide/internal.h>
-#define IDE_TYPE_PIIX3 0
-#define IDE_TYPE_CMD646 1
-#define IDE_TYPE_PIIX4 2
-
typedef struct PCIIDEState {
PCIDevice dev;
IDEBus bus[2];
BMDMAState bmdma[2];
- int type; /* see IDE_TYPE_xxx */
uint32_t secondary;
} PCIIDEState;
OpenPOWER on IntegriCloud