summaryrefslogtreecommitdiffstats
path: root/qemu/tests/libqos/libqos-pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/libqos/libqos-pc.h')
-rw-r--r--qemu/tests/libqos/libqos-pc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu/tests/libqos/libqos-pc.h b/qemu/tests/libqos/libqos-pc.h
new file mode 100644
index 000000000..b1820c573
--- /dev/null
+++ b/qemu/tests/libqos/libqos-pc.h
@@ -0,0 +1,10 @@
+#ifndef __libqos_pc_h
+#define __libqos_pc_h
+
+#include "libqos/libqos.h"
+
+QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
+QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
+void qtest_pc_shutdown(QOSState *qs);
+
+#endif