acpi: add aml_varpackage() term
[qemu/qmp-unstable.git] / tests / libqos / libqos-pc.h
blob316857d32fcce779ad2867a44fef9f7a7e5cf397
1 #ifndef __libqos_pc_h
2 #define __libqos_pc_h
4 #include "libqos/libqos.h"
6 QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
7 void qtest_pc_shutdown(QOSState *qs);
9 #endif