soc/intel/xeon_sp: Revise IIO domain ACPI name encoding
[coreboot2.git] / src / include / cpu / x86 / name.h
blob8ac2f9648c7d28c5bbbc939df4136acdfc6d3c05
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef CPU_X86_NAME_H
4 #define CPU_X86_NAME_H
6 void fill_processor_name(char *processor_name);
8 #endif