Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- include/hw/sh4/sh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/hw/sh4/sh.h b/include/hw/sh4/sh.h index e61de9a..32f688c 100644 --- a/include/hw/sh4/sh.h +++ b/include/hw/sh4/sh.h @@ -8,10 +8,11 @@ #define P4ADDR(x) ((x) | 0xe0000000) /* sh7750.c */ +struct SuperHCPU; struct SH7750State; struct MemoryRegion; -struct SH7750State *sh7750_init(SuperHCPU *cpu, struct MemoryRegion *sysmem); +struct SH7750State *sh7750_init(struct SuperHCPU *cpu, struct MemoryRegion *sysmem); typedef struct { /* The callback will be triggered if any of the designated lines change */ -- 1.8.3.1