summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 22:57:57 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 22:57:57 +0000
commit499426caf953627696415515c4a95513d5dbc329 (patch)
tree01924fa67b9bf133a7c986274ced07d7e66c978d /apps/plugins/battery_bench.c
parent2490262eee17c3dcff0a39fb4011662dfdfc4478 (diff)
downloadrockbox-499426caf953627696415515c4a95513d5dbc329.tar.gz
rockbox-499426caf953627696415515c4a95513d5dbc329.zip
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r--apps/plugins/battery_bench.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index 2df55106c6..f87886a2b9 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -196,7 +196,6 @@ PLUGIN_HEADER
196#endif 196#endif
197 197
198/****************************** Plugin Entry Point ****************************/ 198/****************************** Plugin Entry Point ****************************/
199MEM_FUNCTION_WRAPPERS;
200int main(void); 199int main(void);
201bool exit_tsr(bool); 200bool exit_tsr(bool);
202void thread(void); 201void thread(void);