1
0
Fork 0
forked from len0rd/rockbox

Make usb stack back available to non-PP targets.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17144 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-04-16 18:58:06 +00:00
parent 2cf6345a0e
commit 9a432cac2f

View file

@ -518,6 +518,8 @@
/* Attributes for core-shared data in DRAM - no caching considerations */
#define SHAREDBSS_ATTR
#define SHAREDDATA_ATTR
#define NOCACHEBSS_ATTR
#define NOCACHEDATA_ATTR
#define CONFIG_CORELOCK CORELOCK_NONE
#define IF_COP(...)