2015-01-19 21:15:55 +01:00
|
|
|
#ifndef __libqos_pc_h
|
|
|
|
#define __libqos_pc_h
|
|
|
|
|
|
|
|
#include "libqos/libqos.h"
|
|
|
|
|
2015-04-28 21:27:51 +02:00
|
|
|
QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
|
2015-01-19 21:15:55 +01:00
|
|
|
QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
|
|
|
|
void qtest_pc_shutdown(QOSState *qs);
|
|
|
|
|
|
|
|
#endif
|