diff options
Diffstat (limited to 'include/hw/timer')
-rw-r--r-- | include/hw/timer/mc146818rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/timer/mc146818rtc.h b/include/hw/timer/mc146818rtc.h index 854ea3f5b5..425bd179a4 100644 --- a/include/hw/timer/mc146818rtc.h +++ b/include/hw/timer/mc146818rtc.h @@ -4,6 +4,8 @@ #include "hw/isa/isa.h" #include "hw/timer/mc146818rtc_regs.h" +#define TYPE_MC146818_RTC "mc146818rtc" + ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq); void rtc_set_memory(ISADevice *dev, int addr, int val); void rtc_set_date(ISADevice *dev, const struct tm *tm); |