/* SPDX-License-Identifier: GPL-2.0-only */ /* * Header file for CPUFreq ondemand governor and related code. * * Copyright (C) 2016, Intel Corporation * Author: Rafael J. Wysocki <[email protected]> */ #include "cpufreq_governor.h" struct od_policy_dbs_info { … }; static inline struct od_policy_dbs_info *to_dbs_info(struct policy_dbs_info *policy_dbs) { … } struct od_dbs_tuners { … };