summaryrefslogtreecommitdiff
path: root/hw/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mc146818rtc.h')
-rw-r--r--hw/mc146818rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mc146818rtc.h b/hw/mc146818rtc.h
index 575968c041..f1199300a4 100644
--- a/hw/mc146818rtc.h
+++ b/hw/mc146818rtc.h
@@ -5,7 +5,7 @@
#define RTC_ISA_IRQ 8
-ISADevice *rtc_init(int base_year, qemu_irq intercept_irq);
+ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
void rtc_set_memory(ISADevice *dev, int addr, int val);
void rtc_set_date(ISADevice *dev, const struct tm *tm);