cpufreq: governor: Add a ->start callback for governors
[deliverable/linux.git] / drivers / cpufreq / cpufreq_governor.h
index 7b363932806614f09f6150980e1621981dc3772f..2ae0ad50ca3d3c58f3cfc37c867cf503a13687ff 100644 (file)
@@ -205,6 +205,7 @@ struct dbs_governor {
        unsigned int (*gov_dbs_timer)(struct cpufreq_policy *policy);
        int (*init)(struct dbs_data *dbs_data, bool notify);
        void (*exit)(struct dbs_data *dbs_data, bool notify);
+       void (*start)(struct cpufreq_policy *policy);
 
        /* Governor specific ops, see below */
        void *gov_ops;
This page took 0.024355 seconds and 5 git commands to generate.