coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
xdci.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_COMMON_BLOCK_XDCI_H
4 #define SOC_INTEL_COMMON_BLOCK_XDCI_H
5 
6 void soc_xdci_init(struct device *dev);
7 bool xdci_can_enable(unsigned int xdci_devfn);
8 
9 #endif /* SOC_INTEL_COMMON_BLOCK_XDCI_H */
Definition: device.h:107
bool xdci_can_enable(unsigned int xdci_devfn)
Definition: xdci.c:11
void soc_xdci_init(struct device *dev)
Definition: xdci.c:74