diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-10-30 16:58:32 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-10-30 16:58:32 +0000 |
commit | 819385c58b319d9f80d676cefaed0610118f03ac (patch) | |
tree | 964714294885a3ee908e0a2134cc561fa266357f /hw/m48t08.h | |
parent | 48b2c193533ed12c6b1e4754862a397d2d196085 (diff) |
suppressed m48t08 RTC - simplified m48t59 RTC api
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1573 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/m48t08.h')
-rw-r--r-- | hw/m48t08.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/m48t08.h b/hw/m48t08.h deleted file mode 100644 index 985116a099..0000000000 --- a/hw/m48t08.h +++ /dev/null @@ -1,10 +0,0 @@ -#if !defined (__M48T08_H__) -#define __M48T08_H__ - -typedef struct m48t08_t m48t08_t; - -void m48t08_write (m48t08_t *NVRAM, uint32_t addr, uint8_t val); -uint8_t m48t08_read (m48t08_t *NVRAM, uint32_t addr); -m48t08_t *m48t08_init(uint32_t mem_base, uint16_t size); - -#endif /* !defined (__M48T08_H__) */ |