summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArtyom Tarasenko2016-03-02 15:26:08 +0100
committerArtyom Tarasenko2017-01-18 22:03:44 +0100
commita0e893039cf2ce0aacbc8959bc4201cdd192986c (patch)
tree25fd3ec36c97856875027d2ee5fee81bab5edafb /include
parenttarget-sparc: add ST_BLKINIT_ ASIs for UA2005+ CPUs (diff)
downloadqemu-a0e893039cf2ce0aacbc8959bc4201cdd192986c.tar.gz
qemu-a0e893039cf2ce0aacbc8959bc4201cdd192986c.tar.xz
qemu-a0e893039cf2ce0aacbc8959bc4201cdd192986c.zip
target-sparc: implement sun4v RTC
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/timer/sun4v-rtc.h1
1 files changed, 1 insertions, 0 deletions
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);