summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-arm.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-09-20 08:01:56 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-09-20 08:01:56 +0000
commitbdf4d3927c374d748cd16a1ca087ca6a52401df9 (patch)
tree4803d75e06f798f664f7cdb18a78def5641a63f0 /firmware/target/arm/system-arm.h
parent7b97fe21c0f2c9b6742ad50439020023f385fe6c (diff)
downloadrockbox-bdf4d3927c374d748cd16a1ca087ca6a52401df9.tar.gz
rockbox-bdf4d3927c374d748cd16a1ca087ca6a52401df9.zip
Hopefully fix all the errors/warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/system-arm.h')
-rw-r--r--firmware/target/arm/system-arm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/target/arm/system-arm.h b/firmware/target/arm/system-arm.h
index aeb90df399..c3af652ebc 100644
--- a/firmware/target/arm/system-arm.h
+++ b/firmware/target/arm/system-arm.h
@@ -22,14 +22,6 @@
22#define nop \ 22#define nop \
23 asm volatile ("nop") 23 asm volatile ("nop")
24 24
25//#define outw(v,a) *(volatile unsigned short *)(a+PHY_IO_BASE) = (v)
26#ifndef outw
27#define outw(v,p) (*((unsigned short*)(p + PHY_IO_BASE)) = v)
28#endif
29
30#ifndef inw
31#define inw(p) (*((unsigned short*)(p + PHY_IO_BASE)))
32#endif
33 25
34/* This gets too complicated otherwise with all the ARM variation and would 26/* This gets too complicated otherwise with all the ARM variation and would
35 have conflicts with another system-target.h elsewhere so include a 27 have conflicts with another system-target.h elsewhere so include a