/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef CPU_X86_NAME_H
#define CPU_X86_NAME_H
void fill_processor_name(char *processor_name);
#endif