summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/include/soc/pch.h
blob: 72150f8323f08abfab401bfe74715b7bc5bd5ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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