linux-user: Support f_flags in statfs64 when available.
[qemu/ar7.git] / accel / qtest / qtest-cpus.h
blob739519a4724d3b7c82f4730b67463ac543c43650
1 /*
2 * Accelerator CPUS Interface
4 * Copyright 2020 SUSE LLC
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
10 #ifndef QTEST_CPUS_H
11 #define QTEST_CPUS_H
13 #include "sysemu/cpus.h"
15 extern const CpusAccel qtest_cpus;
17 #endif /* QTEST_CPUS_H */