summaryrefslogtreecommitdiffstats
path: root/include/hw/timer/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/timer/mc146818rtc.h')
-rw-r--r--include/hw/timer/mc146818rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/timer/mc146818rtc.h b/include/hw/timer/mc146818rtc.h
index 425bd17..753dda6 100644
--- a/include/hw/timer/mc146818rtc.h
+++ b/include/hw/timer/mc146818rtc.h
@@ -8,6 +8,7 @@
ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
void rtc_set_memory(ISADevice *dev, int addr, int val);
+int rtc_get_memory(ISADevice *dev, int addr);
void rtc_set_date(ISADevice *dev, const struct tm *tm);
#endif /* !MC146818RTC_H */
OpenPOWER on IntegriCloud