From a0e893039cf2ce0aacbc8959bc4201cdd192986c Mon Sep 17 00:00:00 2001 From: Artyom Tarasenko Date: Wed, 2 Mar 2016 15:26:08 +0100 Subject: target-sparc: implement sun4v RTC Signed-off-by: Artyom Tarasenko --- include/hw/timer/sun4v-rtc.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/hw/timer/sun4v-rtc.h (limited to 'include/hw/timer') diff --git a/include/hw/timer/sun4v-rtc.h b/include/hw/timer/sun4v-rtc.h new file mode 100644 index 0000000000..407278f918 --- /dev/null +++ b/include/hw/timer/sun4v-rtc.h @@ -0,0 +1 @@ +void sun4v_rtc_init(hwaddr addr); -- cgit v1.2.3