diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-10-13 18:46:05 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-11-10 13:49:20 +0000 |
commit | 4d4d9b3adb0e36e75cf9b2126ee1d01b1d59f8a1 (patch) | |
tree | c05254f1f7d31cc658c58b73c1d009140da7d78a /hw/nvram.h | |
parent | a9523d14c47fbdecb319211afac00caa62d998a8 (diff) | |
download | qemu-4d4d9b3adb0e36e75cf9b2126ee1d01b1d59f8a1.zip qemu-4d4d9b3adb0e36e75cf9b2126ee1d01b1d59f8a1.tar.gz qemu-4d4d9b3adb0e36e75cf9b2126ee1d01b1d59f8a1.tar.bz2 |
m48t59: remove unused m48t59_set_addr
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/nvram.h')
-rw-r--r-- | hw/nvram.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,6 +30,5 @@ M48t59State *m48t59_init_isa(ISABus *bus, uint32_t io_base, uint16_t size, int type); M48t59State *m48t59_init(qemu_irq IRQ, hwaddr mem_base, uint32_t io_base, uint16_t size, int type); -void m48t59_set_addr (void *opaque, uint32_t addr); #endif /* !NVRAM_H */ |