coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
name.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef CPU_X86_NAME_H
4 #define CPU_X86_NAME_H
5 
7 
8 #endif
static char processor_name[49]
Definition: mp_init.c:37
void fill_processor_name(char *processor_name)
Definition: name.c:8