coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
boardid.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <boardid.h>
4 #include <gpio.h>
5 
7 {
8  return 0;
9 }
uint32_t board_id(void)
board_id() - Get the board version
Definition: boardid.c:6
unsigned int uint32_t
Definition: stdint.h:14