coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cpld.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef CPLD_H
4 #define CPLD_H
5 
6 unsigned int cpld_read_pcb_version(void);
7 void cpld_reset_bridge(void);
8 
9 #endif
void cpld_reset_bridge(void)
Definition: cpld.c:16
unsigned int cpld_read_pcb_version(void)
Definition: cpld.c:23