mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
m48t59: QOM cast cleanup for M48t59SysBusState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
fe54d85705
commit
29d1ffc3d8
2 changed files with 13 additions and 6 deletions
|
@ -21,6 +21,9 @@ int PPC_NVRAM_set_params (nvram_t *nvram, uint16_t NVRAM_size,
|
|||
uint32_t initrd_image, uint32_t initrd_size,
|
||||
uint32_t NVRAM_image,
|
||||
int width, int height, int depth);
|
||||
|
||||
#define TYPE_SYSBUS_M48T59 "m48t59"
|
||||
|
||||
typedef struct M48t59State M48t59State;
|
||||
|
||||
void m48t59_write (void *private, uint32_t addr, uint32_t val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue