Statistics
| Branch: | Revision:

root / hw / mc146818rtc.h @ d5aea6f3

History | View | Annotate | Download (313 Bytes)

1 e1460e47 Isaku Yamahata
#ifndef MC146818RTC_H
2 e1460e47 Isaku Yamahata
#define MC146818RTC_H
3 e1460e47 Isaku Yamahata
4 83c9f4ca Paolo Bonzini
#include "hw/isa.h"
5 83c9f4ca Paolo Bonzini
#include "hw/mc146818rtc_regs.h"
6 7d932dfd Jan Kiszka
7 48a18b3c Hervé Poussineau
ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
8 1d914fa0 Isaku Yamahata
void rtc_set_memory(ISADevice *dev, int addr, int val);
9 1d914fa0 Isaku Yamahata
void rtc_set_date(ISADevice *dev, const struct tm *tm);
10 e1460e47 Isaku Yamahata
11 e1460e47 Isaku Yamahata
#endif /* !MC146818RTC_H */