summaryrefslogtreecommitdiffstats
path: root/hw/pc.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-14 13:12:42 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:28:43 -0500
commit73c595e1d51b9aa66c551e416eee0c835955c4b9 (patch)
treec9dc45115144d58a359a0bb58422717949c52ff4 /hw/pc.h
parente0ca7b94daa6e36baf4b9915fcb8f4f06c66dfc3 (diff)
downloadhqemu-73c595e1d51b9aa66c551e416eee0c835955c4b9.zip
hqemu-73c595e1d51b9aa66c551e416eee0c835955c4b9.tar.gz
mc146818rtc: remove rtc_mm_init()
It was used for Acer Pica 61 emulation, removed in 2008 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r--hw/pc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pc.h b/hw/pc.h
index d85f7fd..15fff8d 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -83,8 +83,6 @@ void i8042_mm_init(qemu_irq kbd_irq, qemu_irq mouse_irq,
typedef struct RTCState RTCState;
RTCState *rtc_init(int base_year);
-RTCState *rtc_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq,
- int base_year);
void rtc_set_memory(RTCState *s, int addr, int val);
void rtc_set_date(RTCState *s, const struct tm *tm);
void cmos_set_s3_resume(void);
OpenPOWER on IntegriCloud