coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
harcuvar_boardid.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef HARCUVAR_MAINBOARD_BOARD_H
4 #define HARCUVAR_MAINBOARD_BOARD_H
5 
6 #include <stdint.h>
7 
8 #define BoardIdHarcuvar 0x52
9 
10 uint32_t board_id(void);
11 
12 #endif /* MAINBOARD_BOARD_H */
uint32_t board_id(void)
board_id() - Get the board version
Definition: ec_boardid.c:6
unsigned int uint32_t
Definition: stdint.h:14