soc/intel/common: Simply code accessing scaling factors
[coreboot.git] / src / ec / google / common / dptf.h
blobb752a835495afcac89da440f50aa766536b600ac
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef EC_GOOGLE_COMMON_DPTF_H
4 #define EC_GOOGLE_COMMON_DPTF_H
6 #include <device/device.h>
8 /* Called by google_chromeec_fill_ssdt_generator */
9 void ec_fill_dptf_helpers(const struct device *dev, const struct device *fan_dev);
11 #endif /* EC_GOOGLE_COMMON_DPTF_H */