Revert "Introduce plugin_crt0.c that every plugin links."

Too much errors and no time to fix them now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27863 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-08-23 17:12:26 +00:00
parent abdc5935be
commit 93cb949372
142 changed files with 341 additions and 372 deletions

View file

@ -24,7 +24,7 @@
/* This macros must always be included. Should be placed at the top by
convention, although the actual position doesn't matter */
PLUGIN_HEADER
/* this is the plugin entry point */
enum plugin_status plugin_start(const void* parameter)