aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sh.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-20 15:22:22 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:43:33 -0500
commit3d2bf4a1093a8598a5ac6038a2510ef864a68118 (patch)
treede18c26a89c4470d1e9e111a425604bbdb1f4b2b /hw/sh.h
parentb884220990ef19d55fc07cebea910d1745b203d3 (diff)
ide: split away ide-mmio.c
create ide-mmio.c and place mmio support there. only build ide-mmio support for platforms using it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/sh.h')
-rw-r--r--hw/sh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/sh.h b/hw/sh.h
index 5e3c22bbb..d30e9f5b6 100644
--- a/hw/sh.h
+++ b/hw/sh.h
@@ -51,8 +51,4 @@ qemu_irq sh7750_irl(struct SH7750State *s);
/* tc58128.c */
int tc58128_init(struct SH7750State *s, const char *zone1, const char *zone2);
-/* ide.c */
-void mmio_ide_init(target_phys_addr_t membase, target_phys_addr_t membase2,
- qemu_irq irq, int shift,
- BlockDriverState *hd0, BlockDriverState *hd1);
#endif