target/arm: Restrict v7A TCG cpus to TCG accel
[qemu/ar7.git] / target / i386 / tcg / tcg-cpu.h
blob81f02e562e7f4d68dd5f2edaf4cf6306d0a33a6f
1 /*
2 * i386 TCG CPU class initialization
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_CPU_H
11 #define TCG_CPU_H
13 void tcg_cpu_common_class_init(CPUClass *cc);
15 #endif /* TCG_CPU_H */