From 65c0f1351fd64a2f7cf137af687b1b1cac98db7e Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 16:56:22 +0200 Subject: ide: create ide/pci.h for common ide pci definitions Patchworks-ID: 35299 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/ide/pci.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'hw/ide/pci.c') diff --git a/hw/ide/pci.c b/hw/ide/pci.c index 8fd6f840b9..b803a75cdd 100644 --- a/hw/ide/pci.c +++ b/hw/ide/pci.c @@ -31,7 +31,7 @@ #include "sysemu.h" #include "dma.h" -#include +#include /***********************************************************/ /* PCI IDE definitions */ @@ -45,18 +45,6 @@ #define UDIDETCR0 0x73 #define UDIDETCR1 0x7B -#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; - static void cmd646_update_irq(PCIIDEState *d); static void ide_map(PCIDevice *pci_dev, int region_num, -- cgit v1.2.1