summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/xdci.h
blob: f4f730d3b12ca4c178e2ddf03c0d759ba3907083 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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 */