From d7f3d1c8ec502f8e89f7f6fe8fb185ea15715928 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 1 Mar 2005 14:36:16 +0000 Subject: Added cpu_frequency to the plugin API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6094 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 6b429c3175..63efcb5602 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -258,6 +258,9 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ +#ifndef SIMULATOR + &cpu_frequency, +#endif }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.2.3