aboutsummaryrefslogtreecommitdiff
path: root/hw/m48t59.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/m48t59.h')
-rw-r--r--hw/m48t59.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/m48t59.h b/hw/m48t59.h
deleted file mode 100644
index cfe9b2af5..000000000
--- a/hw/m48t59.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#if !defined (__M48T59_H__)
-#define __M48T59_H__
-
-typedef struct m48t59_t m48t59_t;
-
-void m48t59_write (m48t59_t *NVRAM, uint32_t addr, uint32_t val);
-uint32_t m48t59_read (m48t59_t *NVRAM, uint32_t addr);
-void m48t59_toggle_lock (m48t59_t *NVRAM, int lock);
-m48t59_t *m48t59_init (qemu_irq IRQ, target_phys_addr_t mem_base,
- uint32_t io_base, uint16_t size,
- int type);
-
-#endif /* !defined (__M48T59_H__) */