summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-07-12 09:43:44 +0000
committerThomas Martitz <kugel@rockbox.org>2009-07-12 09:43:44 +0000
commit0dd0e4e0728d07a3ef50ee60a47b5ca54c5ef298 (patch)
tree31fcdae43352bd5a5457f867edef66cdd02dd387 /firmware/export/as3525.h
parent467999ac9c605faafa7fe9e01322acf901e1da64 (diff)
downloadrockbox-0dd0e4e0728d07a3ef50ee60a47b5ca54c5ef298.tar.gz
rockbox-0dd0e4e0728d07a3ef50ee60a47b5ca54c5ef298.zip
Correct svn:keywords and svn:eol-style on a few more files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21798 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index b7da19320d..cf8d11ba05 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -114,7 +114,7 @@
114#define DBOP_TIMPOL_23 (*(volatile unsigned long *)(DBOP_BASE + 0x04)) 114#define DBOP_TIMPOL_23 (*(volatile unsigned long *)(DBOP_BASE + 0x04))
115#define DBOP_CTRL (*(volatile unsigned long *)(DBOP_BASE + 0x08)) 115#define DBOP_CTRL (*(volatile unsigned long *)(DBOP_BASE + 0x08))
116#define DBOP_STAT (*(volatile unsigned long *)(DBOP_BASE + 0x0C)) 116#define DBOP_STAT (*(volatile unsigned long *)(DBOP_BASE + 0x0C))
117#define DBOP_DOUT (*(volatile unsigned short*)(DBOP_BASE + 0x10)) 117#define DBOP_DOUT (*(volatile unsigned short *)(DBOP_BASE + 0x10))
118#define DBOP_DIN (*(volatile unsigned short*)(DBOP_BASE + 0x14)) 118#define DBOP_DIN (*(volatile unsigned short*)(DBOP_BASE + 0x14))
119 119
120 120