summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-02-08 21:32:19 +0000
committerThom Johansen <thomj@rockbox.org>2006-02-08 21:32:19 +0000
commited9a73557b775eac3088027d230d5bb775265d12 (patch)
treed11b8482a74af78aa59b5fca8f9f5f875deba9f1
parent0a952512c3d2d80dc1508b16ed307f43008ce012 (diff)
downloadrockbox-ed9a73557b775eac3088027d230d5bb775265d12.zip
rockbox-ed9a73557b775eac3088027d230d5bb775265d12.tar.gz
rockbox-ed9a73557b775eac3088027d230d5bb775265d12.tar.bz2
rockbox-ed9a73557b775eac3088027d230d5bb775265d12.tar.xz
Commit additional defines needed by last commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8633 a1c6a512-1295-4272-9138-f99709370657
-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 dd711b3..b0722af 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -20,6 +20,8 @@
#define __PP5020_H__
/* All info gleaned and/or copied from the iPodLinux project. */
+#define CPU_CTL (*(volatile unsigned long *)(0x60007000))
+#define COP_CTL (*(volatile unsigned long *)(0x60007004))
#define GPIOA_ENABLE (*(volatile unsigned long *)(0x6000d000))
#define GPIOB_ENABLE (*(volatile unsigned long *)(0x6000d004))