Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / hw / rtc / sun4v-rtc.h
blob26a9eb61967f3ede1f1ed2eb1ebbfd515b4e15c8
1 /*
2 * QEMU sun4v Real Time Clock device
4 * The sun4v_rtc device (sun4v tod clock)
6 * Copyright (c) 2016 Artyom Tarasenko
8 * This code is licensed under the GNU GPL v2 or (at your option) any later
9 * version.
12 #ifndef HW_RTC_SUN4V_RTC_H
13 #define HW_RTC_SUN4V_RTC_H
15 #include "exec/hwaddr.h"
17 void sun4v_rtc_init(hwaddr addr);
19 #endif