xref: /openbmc/qemu/accel/dummy-cpus.h (revision 06895f7948a32e833a8686d8394064ca2a4d66cc)
1 /*
2  * Dummy cpu thread code
3  *
4  * Copyright IBM, Corp. 2011
5  *
6  * SPDX-License-Identifier: GPL-2.0-or-later
7  */
8 
9 #ifndef ACCEL_DUMMY_CPUS_H
10 #define ACCEL_DUMMY_CPUS_H
11 
12 void dummy_start_vcpu_thread(CPUState *cpu);
13 
14 #endif
15