diff options
Diffstat (limited to 'target/i386/host-cpu.h')
-rw-r--r-- | target/i386/host-cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/host-cpu.h b/target/i386/host-cpu.h index b97ec01..ee65324 100644 --- a/target/i386/host-cpu.h +++ b/target/i386/host-cpu.h @@ -12,9 +12,9 @@ uint32_t host_cpu_phys_bits(void); void host_cpu_instance_init(X86CPU *cpu); -void host_cpu_max_instance_init(X86CPU *cpu); bool host_cpu_realizefn(CPUState *cs, Error **errp); void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping); +bool is_host_cpu_intel(void); #endif /* HOST_CPU_H */ |