diff options
author | Artyom Tarasenko <atar4qemu@gmail.com> | 2016-03-02 15:26:08 +0100 |
---|---|---|
committer | Artyom Tarasenko <atar4qemu@gmail.com> | 2017-01-18 22:03:44 +0100 |
commit | a0e893039cf2ce0aacbc8959bc4201cdd192986c (patch) | |
tree | 25fd3ec36c97856875027d2ee5fee81bab5edafb /include | |
parent | 3390537b5df4014e24a30f9bdcfa05c2bd0cd6d8 (diff) |
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.h | 1 |
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); |