repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crossgcc: Upgrade CMake from 3.29.3 to 3.30.2
[coreboot.git]
/
src
/
include
/
identity.h
blob
d93929164714b4619add57574595abda4f984c45
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef IDENTITY_H
4
#define IDENTITY_H
5
6
/* Motherboard Information */
7
extern
const char
mainboard_name
[];
8
extern
const char
mainboard_vendor
[];
9
extern
const char
mainboard_part_number
[];
10
11
#endif
/* IDENTITY_H */