aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks/xdci.h
blob: 4610590363b1996c5fc7e5aba2b0b8e546a84405 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_INTEL_COMMON_BLOCK_XDCI_H
#define SOC_INTEL_COMMON_BLOCK_XDCI_H

void soc_xdci_init(struct device *dev);
int xdci_can_enable(void);

#endif	/* SOC_INTEL_COMMON_BLOCK_XDCI_H */