summaryrefslogtreecommitdiff
path: root/hw/ide/ahci.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-04-04 18:28:02 +0300
committerMichael S. Tsirkin <mst@redhat.com>2011-04-07 13:56:46 +0300
commit667bb59d2358daeef179583c944becba3f1f9680 (patch)
treec8af44ed0610964b2f588bb56e2c817a76d11b6c /hw/ide/ahci.h
parentf32dd06ba6299e6c9174e94bd0ac9e4f7828bd78 (diff)
downloadqemu-667bb59d2358daeef179583c944becba3f1f9680.tar.gz
ich/ahci: convert to pci_register_bar_simple()
Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/ide/ahci.h')
-rw-r--r--hw/ide/ahci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/ide/ahci.h b/hw/ide/ahci.h
index a4560c41b6..dc86951ebf 100644
--- a/hw/ide/ahci.h
+++ b/hw/ide/ahci.h
@@ -325,9 +325,6 @@ typedef struct NCQFrame {
void ahci_init(AHCIState *s, DeviceState *qdev, int ports);
void ahci_uninit(AHCIState *s);
-void ahci_pci_map(PCIDevice *pci_dev, int region_num,
- pcibus_t addr, pcibus_t size, int type);
-
void ahci_reset(void *opaque);
#endif /* HW_IDE_AHCI_H */