ACPI: Add definitions for the SPCR table
[qemu/ar7.git] / stubs / qtest.c
blobdc17594bb66d8a7ae3a0cd20bb4c9e2919ad662e
1 /*
2 * qtest stubs
4 * Copyright (c) 2014 Linaro Limited
5 * Written by Peter Maydell
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 */
11 #include "sysemu/qtest.h"
13 /* Needed for qtest_allowed() */
14 bool qtest_allowed;