diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-23 21:17:08 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-23 21:17:08 +0000 |
commit | b69fedff841fc01fd96843ab38912031e1defb33 (patch) | |
tree | 8bdd0abb9dae54e49536f30afb75a8baf7307422 /hw/m48t59.h | |
parent | 5fd386f698e71955b03742eb6e85f5de2b213e6e (diff) | |
download | qemu-b69fedff841fc01fd96843ab38912031e1defb33.zip |
PowerPC merge
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@859 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/m48t59.h')
-rw-r--r-- | hw/m48t59.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/m48t59.h b/hw/m48t59.h index 4b801bca3a..e68057b846 100644 --- a/hw/m48t59.h +++ b/hw/m48t59.h @@ -6,6 +6,7 @@ typedef struct m48t59_t m48t59_t; void m48t59_write (m48t59_t *NVRAM, uint32_t val); uint32_t m48t59_read (m48t59_t *NVRAM); void m48t59_set_addr (m48t59_t *NVRAM, uint32_t addr); +void m48t59_toggle_lock (m48t59_t *NVRAM, int lock); m48t59_t *m48t59_init (int IRQ, uint32_t io_base, uint16_t size); #endif /* !defined (__M48T59_H__) */ |