xref: /qemu/target/i386/tcg/tcg-cpu.h (revision 138ca49a)
1 /*
2  * i386 TCG CPU class initialization
3  *
4  * Copyright 2020 SUSE LLC
5  *
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  */
9 
10 #ifndef TCG_CPU_H
11 #define TCG_CPU_H
12 
13 void tcg_cpu_common_class_init(CPUClass *cc);
14 
15 #endif /* TCG_CPU_H */
16