blob: 730d23ed6bcc2f6fa892e058dbfb98df5a7e59ca [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _DRIVERS_INTEL_DPTF_CHIP_H_
#define _DRIVERS_INTEL_DPTF_CHIP_H_
#include <acpi/acpigen_dptf.h>
struct drivers_intel_dptf_config {
struct {
struct dptf_active_policy active[DPTF_MAX_ACTIVE_POLICIES];
} policies;
};
#endif /* _DRIVERS_INTEL_DPTF_CHIP_H_ */