1
0
Fork 0
qemu/include/hw/rtc/sun4v-rtc.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

19 lines
346 B
C

/*
* 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 v2 or (at your option) any later
* version.
*/
#ifndef HW_RTC_SUN4V_RTC_H
#define HW_RTC_SUN4V_RTC_H
#include "exec/hwaddr.h"
void sun4v_rtc_init(hwaddr addr);
#endif