aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/libqos-pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libqos/libqos-pc.h')
-rw-r--r--tests/libqos/libqos-pc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/libqos/libqos-pc.h b/tests/libqos/libqos-pc.h
new file mode 100644
index 0000000..316857d
--- /dev/null
+++ b/tests/libqos/libqos-pc.h
@@ -0,0 +1,9 @@
+#ifndef __libqos_pc_h
+#define __libqos_pc_h
+
+#include "libqos/libqos.h"
+
+QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
+void qtest_pc_shutdown(QOSState *qs);
+
+#endif