/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 Linaro * Viresh Kumar <[email protected]> */ #ifndef __CPUFREQ_DT_H__ #define __CPUFREQ_DT_H__ #include <linux/types.h> struct cpufreq_policy; struct cpufreq_dt_platform_data { … }; #endif /* __CPUFREQ_DT_H__ */