summaryrefslogtreecommitdiffstats
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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/libqos/libqos-pc.h b/tests/libqos/libqos-pc.h
deleted file mode 100644
index a0e4c45516..0000000000
--- a/tests/libqos/libqos-pc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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