]> Git Repo - qemu.git/blame - tests/libqos/rtas.h
tests: Introduce generic device hot-plug/hot-unplug functions
[qemu.git] / tests / libqos / rtas.h
CommitLineData
eeddd59f
LV
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
10int qrtas_get_time_of_day(QGuestAllocator *alloc, struct tm *tm, uint32_t *ns);
cf716b31
LV
11uint32_t qrtas_ibm_read_pci_config(QGuestAllocator *alloc, uint64_t buid,
12 uint32_t addr, uint32_t size);
13int qrtas_ibm_write_pci_config(QGuestAllocator *alloc, uint64_t buid,
14 uint32_t addr, uint32_t size, uint32_t val);
eeddd59f 15#endif /* LIBQOS_RTAS_H */
This page took 0.090152 seconds and 4 git commands to generate.