forked from len0rd/rockbox
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
This commit is contained in:
parent
2490262eee
commit
499426caf9
27 changed files with 20 additions and 104 deletions
|
@ -35,8 +35,6 @@ GREY_INFO_STRUCT
|
|||
static unsigned char grey_bm_buf[LCD_WIDTH * LCD_HEIGHT +
|
||||
BM_SCALED_SIZE(LCD_WIDTH,0,FORMAT_NATIVE,0)];
|
||||
|
||||
MEM_FUNCTION_WRAPPERS
|
||||
|
||||
/* this is the plugin entry point */
|
||||
enum plugin_status plugin_start(const void* parameter)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue