Update to a hopefully more future proof FSF address
[qemu/aliguori-queue.git] / hw / mc146818rtc.h
blob6f46a68e023c34a16f0b288dd711a0668bf522d3
1 #ifndef MC146818RTC_H
2 #define MC146818RTC_H
4 #include "isa.h"
6 ISADevice *rtc_init(int base_year);
7 void rtc_set_memory(ISADevice *dev, int addr, int val);
8 void rtc_set_date(ISADevice *dev, const struct tm *tm);
10 #endif /* !MC146818RTC_H */