]>
Commit | Line | Data |
---|---|---|
90e5add6 JS |
1 | #ifndef __libqos_pc_h |
2 | #define __libqos_pc_h | |
3 | ||
4 | #include "libqos/libqos.h" | |
5 | ||
debaaa11 | 6 | QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap); |
90e5add6 JS |
7 | QOSState *qtest_pc_boot(const char *cmdline_fmt, ...); |
8 | void qtest_pc_shutdown(QOSState *qs); | |
9 | ||
10 | #endif |