summaryrefslogtreecommitdiffstats
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-04-16 18:58:06 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-04-16 18:58:06 +0000
commit9a432cac2f5d62641f790437e0319b737b68cffd (patch)
tree1dffb43b3c62c48a6d5649c328234577d4a594ad /firmware/export/config.h
parent2cf6345a0eea4f5fb87723799bf0c20a550bdfd8 (diff)
downloadrockbox-9a432cac2f5d62641f790437e0319b737b68cffd.tar.gz
rockbox-9a432cac2f5d62641f790437e0319b737b68cffd.zip
Make usb stack back available to non-PP targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17144 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 778e50f2c5..fc320970c2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -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(...)