aboutsummaryrefslogtreecommitdiff
path: root/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'topology.h')
-rw-r--r--topology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/topology.h b/topology.h
index 7b48432..7c43e0f 100644
--- a/topology.h
+++ b/topology.h
@@ -66,9 +66,9 @@ extern int release_cpu_topo_info(void);
extern int output_cpu_topo_info(FILE *f);
extern int establish_idledata_to_topo(struct cpuidle_datas *datas);
extern int release_cpu_topo_cstates(void);
-extern int dump_cpu_topo_info(int state, int count,
+extern int dump_cpu_topo_info(int count,
int (*dump)(struct cpuidle_cstates *, struct cpufreq_pstates *,
- int, int, char *));
+ int, char *));
extern struct cpuidle_cstates *core_cluster_data(struct cpu_core *s_core);