1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef EC_GOOGLE_COMMON_DPTF_H 4 #define EC_GOOGLE_COMMON_DPTF_H 5 6 #include <device/device.h> 7 8 /* Called by google_chromeec_fill_ssdt_generator */ 9 void ec_fill_dptf_helpers(const struct device *dev, const struct device *fan_dev); 10 11 #endif /* EC_GOOGLE_COMMON_DPTF_H */ 12