summaryrefslogtreecommitdiffstats
path: root/src/include/cpu/x86/name.h
blob: bcb2d316d111f2f5b257aedbbd4c79dbf856ba9e (plain)
1
2
3
4
5
6
7
8
9
/* 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