• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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