xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/xdci.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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 */
10