1 /* 2 * Accelerator CPUS Interface 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 KVM_CPUS_H 11 #define KVM_CPUS_H 12 13 #include "sysemu/cpus.h" 14 15 extern const CpusAccel kvm_cpus; 16 17 #endif /* KVM_CPUS_H */ 18