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, 0 insertions, 10 deletions
diff --git a/qemu/tests/libqos/libqos-pc.h b/qemu/tests/libqos/libqos-pc.h
deleted file mode 100644
index b1820c573..000000000
--- a/qemu/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