]> git.proxmox.com Git - mirror_qemu.git/blame - hw/mc146818rtc.h
build: enable using $(CONFIG_FOO) on the rhs of config files
[mirror_qemu.git] / hw / mc146818rtc.h
CommitLineData
e1460e47
IY
1#ifndef MC146818RTC_H
2#define MC146818RTC_H
3
83c9f4ca
PB
4#include "hw/isa.h"
5#include "hw/mc146818rtc_regs.h"
7d932dfd 6
48a18b3c 7ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
1d914fa0
IY
8void rtc_set_memory(ISADevice *dev, int addr, int val);
9void rtc_set_date(ISADevice *dev, const struct tm *tm);
e1460e47
IY
10
11#endif /* !MC146818RTC_H */