summaryrefslogtreecommitdiff
path: root/firmware
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 /firmware
parent0a952512c3d2d80dc1508b16ed307f43008ce012 (diff)
downloadrockbox-ed9a73557b775eac3088027d230d5bb775265d12.tar.gz
rockbox-ed9a73557b775eac3088027d230d5bb775265d12.zip
Commit additional defines needed by last commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8633 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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 dd711b3121..b0722af2ae 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -20,6 +20,8 @@
20#define __PP5020_H__ 20#define __PP5020_H__
21 21
22/* All info gleaned and/or copied from the iPodLinux project. */ 22/* All info gleaned and/or copied from the iPodLinux project. */
23#define CPU_CTL (*(volatile unsigned long *)(0x60007000))
24#define COP_CTL (*(volatile unsigned long *)(0x60007004))
23 25
24#define GPIOA_ENABLE (*(volatile unsigned long *)(0x6000d000)) 26#define GPIOA_ENABLE (*(volatile unsigned long *)(0x6000d000))
25#define GPIOB_ENABLE (*(volatile unsigned long *)(0x6000d004)) 27#define GPIOB_ENABLE (*(volatile unsigned long *)(0x6000d004))