coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sd.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_COMMON_BLOCK_SD_H
4 #define SOC_INTEL_COMMON_BLOCK_SD_H
5 
6 #include <acpi/acpi_device.h>
7 
8 /*
9  * Fill the GPIO Interrupt or I/O information that will be used for the
10  * GPIO Connection Descriptor.
11  */
12 int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev);
13 
14 #endif /* SOC_INTEL_COMMON_BLOCK_SD_H */
int sd_fill_soc_gpio_info(struct acpi_gpio *gpio, const struct device *dev)
Definition: sd.c:6
Definition: device.h:107
Definition: pinmux.c:36