aboutsummaryrefslogtreecommitdiff
path: root/report_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'report_ops.h')
-rw-r--r--report_ops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/report_ops.h b/report_ops.h
index 2c659e3..fcc5e49 100644
--- a/report_ops.h
+++ b/report_ops.h
@@ -23,13 +23,13 @@ struct report_ops {
void (*pstate_table_header)(void *);
void (*pstate_table_footer)(void *);
void (*pstate_cpu_header)(const char *cpu, void *);
- void (*pstate_single_state)(struct cpufreq_pstate*, void *);
+ void (*pstate_single_freq)(struct cpufreq_pstate*, void *);
void (*pstate_end_cpu)(void*);
void (*wakeup_table_header)(void *);
void (*wakeup_table_footer)(void *);
void (*wakeup_cpu_header)(const char *cpu, void *);
- void (*wakeup_single_state)(struct wakeup_irq *irqinfo, void *);
+ void (*wakeup_single_irq)(struct wakeup_irq *irqinfo, void *);
void (*wakeup_end_cpu)(void *);
};