aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/common/dptf.h
blob: a59ee0b6bb2e01a56b8a45e4dc5602db800be019 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef EC_GOOGLE_COMMON_DPTF_H
#define EC_GOOGLE_COMMON_DPTF_H

#include <device/device.h>

/* Called by google_chromeec_fill_ssdt_generator */
void ec_fill_dptf_helpers(const struct device *dev);

#endif /* EC_GOOGLE_COMMON_DPTF_H */