forked from len0rd/rockbox
Hopefully fix most of the errors and warnings from the last push
Change-Id: I1a466b2d55f120796910039a0296ca324c58e891
This commit is contained in:
parent
17a007bc60
commit
f3d60aea34
8 changed files with 33 additions and 10 deletions
|
@ -36,7 +36,8 @@
|
|||
|
||||
/* for internal functions' scanning use to save quite a bit of stack space -
|
||||
access must be serialized by the writer lock */
|
||||
#if defined(CPU_SH) || defined(IAUDIO_M5)
|
||||
#if defined(CPU_SH) || defined(IAUDIO_M5) \
|
||||
|| CONFIG_CPU == IMX233
|
||||
/* otherwise, out of IRAM */
|
||||
struct fat_direntry dir_fatent;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue