spapr: Simplify error handling in spapr_phb_realize()
[qemu/ar7.git] / include / hw / rtc / sun4v-rtc.h
blobfd868f6ed2fa0c8a3f5280c3dc467acd0e7740f2
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 v3 or (at your option) any later
9 * version.
12 #ifndef HW_RTC_SUN4V
13 #define HW_RTC_SUN4V
15 #include "exec/hwaddr.h"
17 void sun4v_rtc_init(hwaddr addr);
19 #endif