ARM: exynos4210: IRQ subsystem support.
[qemu/kevin.git] / hw / mc146818rtc.h
blobf1199300a47ddd1487cd665c381ebd18a790c857
1 #ifndef MC146818RTC_H
2 #define MC146818RTC_H
4 #include "isa.h"
6 #define RTC_ISA_IRQ 8
8 ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
9 void rtc_set_memory(ISADevice *dev, int addr, int val);
10 void rtc_set_date(ISADevice *dev, const struct tm *tm);
12 #endif /* !MC146818RTC_H */