Sign in
qemu-android
/
qemu-android
/
bc09e06113e79e5d70cf2b37015a26f2102cc03e
/
.
/
tests
/
libqos
/
libqos-pc.h
blob: 316857d32fcce779ad2867a44fef9f7a7e5cf397 [
file
]
#ifndef
__libqos_pc_h
#define
__libqos_pc_h
#include
"libqos/libqos.h"
QOSState
*
qtest_pc_boot
(
const
char
*
cmdline_fmt
,
...);
void
qtest_pc_shutdown
(
QOSState
*
qs
);
#endif