libqos-pc.h (981c9b88e674408a1579ca3aa8d42770e3b689de) | libqos-pc.h (a2ce7dbd917a18408cf4bfd132578b46c2752a72) |
---|---|
1#ifndef LIBQOS_PC_H 2#define LIBQOS_PC_H 3 | 1#ifndef LIBQOS_PC_H 2#define LIBQOS_PC_H 3 |
4#include "libqos/libqos.h" | 4#include "libqos.h" |
5 6QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap); 7QOSState *qtest_pc_boot(const char *cmdline_fmt, ...); 8void qtest_pc_shutdown(QOSState *qs); 9 10#endif | 5 6QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap); 7QOSState *qtest_pc_boot(const char *cmdline_fmt, ...); 8void qtest_pc_shutdown(QOSState *qs); 9 10#endif |