summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/include/soc/pch.h
blob: 84d5e4896b238bee96a2f6885ea2bee91563fee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_PCH_H_
#define _SOC_PCH_H_

#include <device/device.h>

#if ENV_RAMSTAGE
void pch_disable_devfn(struct device *dev);
#endif

#endif /* _SOC_PCH_H_ */