summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 63efcb5602..86e4a25523 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -260,6 +260,9 @@ static const struct plugin_api rockbox_api = {
260 the API gets incompatible */ 260 the API gets incompatible */
261#ifndef SIMULATOR 261#ifndef SIMULATOR
262 &cpu_frequency, 262 &cpu_frequency,
263#ifdef HAVE_ADJUSTABLE_CPU_FREQ
264 cpu_boost,
265#endif
263#endif 266#endif
264}; 267};
265 268