blob: bcb2d316d111f2f5b257aedbbd4c79dbf856ba9e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef CPU_X86_NAME_H
#define CPU_X86_NAME_H
void fill_processor_name(char *processor_name);
#endif