coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __BASEBOARD_GPIO_H__
4 #define __BASEBOARD_GPIO_H__
5 
6 #include <soc/gpe.h>
7 #include <soc/gpio.h>
8 
9 void configure_gpio_pads(void);
10 void configure_early_gpio_pads(void);
11 
12 #endif /* __BASEBOARD_GPIO_H__ */
void configure_gpio_pads(void)
Definition: gpio.c:82
void configure_early_gpio_pads(void)
Definition: early_gpio.c:33