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