aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/tcg-cpu.h
blob: 81f02e562e7f4d68dd5f2edaf4cf6306d0a33a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * i386 TCG CPU class initialization
 *
 * Copyright 2020 SUSE LLC
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#ifndef TCG_CPU_H
#define TCG_CPU_H

void tcg_cpu_common_class_init(CPUClass *cc);

#endif /* TCG_CPU_H */