forked from len0rd/rockbox
Move all code into IRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c43822d102
commit
6f7f921ebe
4 changed files with 16 additions and 6 deletions
|
@ -41,6 +41,6 @@ int flac_decode_frame(FLACContext *s,
|
|||
int32_t* decoded0,
|
||||
int32_t* decoded1,
|
||||
uint8_t *buf, int buf_size,
|
||||
void (*yield)(void));
|
||||
void (*yield)(void)) ICODE_ATTR;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue