diff options
Diffstat (limited to 'hw/sh.h')
-rw-r--r-- | hw/sh.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |