From 382863e2c6caaa07ecedc04f33e569ace746564c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 17 Nov 2011 14:22:58 +0100 Subject: sh7750: convert memory controller/ioport to memory API Signed-off-by: Benoit Canet Signed-off-by: Avi Kivity --- hw/sh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/sh.h') 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 */ -- cgit v1.1