repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/asmedia: Add code to enable AHCI for ASM1061
[coreboot2.git]
/
src
/
include
/
cpu
/
x86
/
name.h
blob
8ac2f9648c7d28c5bbbc939df4136acdfc6d3c05
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef CPU_X86_NAME_H
4
#define CPU_X86_NAME_H
5
6
void
fill_processor_name
(
char
*
processor_name
);
7
8
#endif