aboutsummaryrefslogtreecommitdiff
path: root/hw/m48t08.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/m48t08.h')
-rw-r--r--hw/m48t08.h10
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__) */