forked from len0rd/rockbox
Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2628f3af9
commit
e6021381ef
4 changed files with 8 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ static struct codec_api *ci;
|
|||
|
||||
#define BUFFER_SIZE 4096
|
||||
|
||||
static long temp_buffer [BUFFER_SIZE] IDATA_ATTR;
|
||||
static long temp_buffer [BUFFER_SIZE] IBSS_ATTR;
|
||||
|
||||
static long read_callback (void *buffer, long bytes)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue