diff options
| author | BenoƮt Canet <benoit.canet@gmail.com> | 2011-11-17 14:22:58 +0100 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2011-11-24 18:32:03 +0200 |
| commit | 382863e2c6caaa07ecedc04f33e569ace746564c (patch) | |
| tree | 05efc5eabca75da8d56f4558b0815060f924e5f9 /hw/sh.h | |
| parent | a3d12d073e1d1b4cfb5841a0984f83601911abbc (diff) | |
| download | focaccia-qemu-382863e2c6caaa07ecedc04f33e569ace746564c.tar.gz focaccia-qemu-382863e2c6caaa07ecedc04f33e569ace746564c.zip | |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/sh.h b/hw/sh.h index d30e9f5b6c..cf3f6f655f 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 */ |