xref: /qemu/tests/qtest/libqos/rtas.h (revision eeddd59f59626302cdb7db2602140ac9a076dec9)
1 /*
2  * This work is licensed under the terms of the GNU GPL, version 2 or later.
3  * See the COPYING file in the top-level directory.
4  */
5 
6 #ifndef LIBQOS_RTAS_H
7 #define LIBQOS_RTAS_H
8 #include "libqos/malloc.h"
9 
10 int qrtas_get_time_of_day(QGuestAllocator *alloc, struct tm *tm, uint32_t *ns);
11 #endif /* LIBQOS_RTAS_H */
12