summaryrefslogtreecommitdiff
path: root/hw/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mc146818rtc.h')
-rw-r--r--hw/mc146818rtc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/mc146818rtc.h b/hw/mc146818rtc.h
deleted file mode 100644
index 967403edb5..0000000000
--- a/hw/mc146818rtc.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef MC146818RTC_H
-#define MC146818RTC_H
-
-#include "hw/isa.h"
-#include "hw/mc146818rtc_regs.h"
-
-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);
-
-#endif /* !MC146818RTC_H */