]> git.proxmox.com Git - mirror_qemu.git/blame - tests/libqos/libqos-spapr.h
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak
[mirror_qemu.git] / tests / libqos / libqos-spapr.h
CommitLineData
8d6ef7c9
LV
1#ifndef LIBQOS_SPAPR_H
2#define LIBQOS_SPAPR_H
3
4#include "libqos/libqos.h"
5
6QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap);
7QOSState *qtest_spapr_boot(const char *cmdline_fmt, ...);
8void qtest_spapr_shutdown(QOSState *qs);
9
10#endif