]> git.proxmox.com Git - mirror_qemu.git/blob - hw/mc146818rtc.h
pci hotplug: add argument to pci hot plug callback.
[mirror_qemu.git] / hw / mc146818rtc.h
1 #ifndef MC146818RTC_H
2 #define MC146818RTC_H
3
4 #include "isa.h"
5
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);
9
10 #endif /* !MC146818RTC_H */