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
soc/intel/ptl: Update ME specification version to 21
[coreboot.git]
/
src
/
mainboard
/
google
/
slippy
/
variant.h
blob
d0b5476ed509f741ddc4122e8805571cc3e4deda
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef VARIANT_H
4
#define VARIANT_H
5
6
#include <types.h>
7
8
unsigned int
variant_get_spd_index
(
void
);
9
bool
variant_is_dual_channel
(
const unsigned int
spd_index
);
10
11
#endif