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 #include <soc/gpio.h>
4 
5 const struct pad_config *gpio_table(size_t *num);
6 const struct pad_config *early_gpio_table(size_t *num);
7 const struct pad_config *sleep_gpio_table(size_t *num);
const struct soc_amd_gpio * gpio_table(size_t *size)
Definition: gpio.c:51
const struct soc_amd_gpio * early_gpio_table(size_t *size)
Definition: gpio.c:45
const struct pad_config * sleep_gpio_table(size_t *num)
Definition: gpio.c:336