summaryrefslogtreecommitdiffstats
path: root/hw/sh.h
diff options
context:
space:
mode:
authorBenoƮt Canet <benoit.canet@gmail.com>2011-11-17 14:22:58 +0100
committerAvi Kivity <avi@redhat.com>2011-11-24 18:32:03 +0200
commit382863e2c6caaa07ecedc04f33e569ace746564c (patch)
tree05efc5eabca75da8d56f4558b0815060f924e5f9 /hw/sh.h
parenta3d12d073e1d1b4cfb5841a0984f83601911abbc (diff)
downloadhqemu-382863e2c6caaa07ecedc04f33e569ace746564c.zip
hqemu-382863e2c6caaa07ecedc04f33e569ace746564c.tar.gz
sh7750: convert memory controller/ioport to memory API
Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/sh.h')
-rw-r--r--hw/sh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/sh.h b/hw/sh.h
index d30e9f5..cf3f6f6 100644
--- a/hw/sh.h
+++ b/hw/sh.h
@@ -9,8 +9,9 @@
/* sh7750.c */
struct SH7750State;
+struct MemoryRegion;
-struct SH7750State *sh7750_init(CPUState * cpu);
+struct SH7750State *sh7750_init(CPUState * cpu, struct MemoryRegion *sysmem);
typedef struct {
/* The callback will be triggered if any of the designated lines change */
OpenPOWER on IntegriCloud