debaaa114a
Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 1426018503-821-3-git-send-email-jsnow@redhat.com
11 lines
237 B
C
11 lines
237 B
C
#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
|