summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-04-13 15:50:08 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-04-13 15:50:08 +0000
commit680fcd827d1449fdfcb555f54c11d553b8f9f581 (patch)
treea31c6424c1fcb4529d641218dc0a1ab7bec503f0 /firmware/export/pp5020.h
parentd0af7f9601f9f1c9fe59829f1c8c402c04200b2f (diff)
downloadrockbox-680fcd827d1449fdfcb555f54c11d553b8f9f581.tar.gz
rockbox-680fcd827d1449fdfcb555f54c11d553b8f9f581.zip
Move CACHEALIGN_BITS to cpu headers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25633 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 2d8d0e1802..5b5864f4e1 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -23,6 +23,8 @@
23 23
24/* All info gleaned and/or copied from the iPodLinux project. */ 24/* All info gleaned and/or copied from the iPodLinux project. */
25 25
26#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */
27
26/* PCM addresses for obtaining buffers will be what DMA is using (physical) */ 28/* PCM addresses for obtaining buffers will be what DMA is using (physical) */
27#define HAVE_PCM_DMA_ADDRESS 29#define HAVE_PCM_DMA_ADDRESS
28 30