mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory
Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com> Message-Id: <20191003230404.19384-7-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
committed by
Laurent Vivier
parent
de04c31d31
commit
2811ac3059
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* QEMU sun4v Real Time Clock device
|
||||
*
|
||||
* The sun4v_rtc device (sun4v tod clock)
|
||||
*
|
||||
* Copyright (c) 2016 Artyom Tarasenko
|
||||
*
|
||||
* This code is licensed under the GNU GPL v3 or (at your option) any later
|
||||
* version.
|
||||
*/
|
||||
|
||||
#ifndef HW_RTC_SUN4V
|
||||
#define HW_RTC_SUN4V
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
|
||||
void sun4v_rtc_init(hwaddr addr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user