coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.h
Go to the documentation of this file.
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
bool variant_is_dual_channel(const unsigned int spd_index)
Definition: spd.c:22
unsigned int variant_get_spd_index(void)
Definition: spd.c:11
static const int spd_index[32]
Definition: memory.c:10