coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dptf.h
Go to the documentation of this file.
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);
10 
11 #endif /* EC_GOOGLE_COMMON_DPTF_H */
void ec_fill_dptf_helpers(const struct device *dev)
Definition: device.h:107