target/mips/cp0_timer: Explicit unit in variable name
[qemu/ar7.git] / accel / tcg / tcg-cpus.h
blob8b1d9d2abc8d19889e3bfc9d562eafa1905613ff
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 TCG_CPUS_H
11 #define TCG_CPUS_H
13 #include "sysemu/cpus.h"
15 extern const CpusAccel tcg_cpus;
17 #endif /* TCG_CPUS_H */