diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-02-07 08:05:03 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-02-07 08:05:03 +0000 |
commit | 43a347045768ce843987649bafc5bc1dd18d4d0f (patch) | |
tree | 34e6917f0518bab55d3d821ad852eb09b0e8ada9 /hw/sun4m.c | |
parent | 1cd62ae9f8ed624263e4779d2c71908aa41137fb (diff) |
m48t59: don't use reserved _t suffix
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4m.c')
-rw-r--r-- | hw/sun4m.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c index 85fd632caf..7e26282034 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -164,9 +164,9 @@ static int fw_cfg_boot_set(void *opaque, const char *boot_device) return 0; } -static void nvram_init(m48t59_t *nvram, uint8_t *macaddr, const char *cmdline, - const char *boot_devices, ram_addr_t RAM_size, - uint32_t kernel_size, +static void nvram_init(M48t59State *nvram, uint8_t *macaddr, + const char *cmdline, const char *boot_devices, + ram_addr_t RAM_size, uint32_t kernel_size, int width, int height, int depth, int nvram_machine_id, const char *arch) { |