summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/memc.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
commitdb7d4daea91e105e3859cf461d7e53b9b77454b2 (patch)
tree9bb65b95440af09e8aca63abe56970dd3360cc57 /include/asm-arm/memc.h
parent9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff)
Merge with Linux 2.2.8.
Diffstat (limited to 'include/asm-arm/memc.h')
-rw-r--r--include/asm-arm/memc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/memc.h b/include/asm-arm/memc.h
index 820738a29..8eea08635 100644
--- a/include/asm-arm/memc.h
+++ b/include/asm-arm/memc.h
@@ -4,6 +4,9 @@
#define VDMA_START 1
#define VDMA_END 2
+#ifndef __ASSEMBLER__
+extern void memc_write(unsigned int reg, unsigned long val);
+
#define video_set_dma(start,end,offset) \
do { \
memc_write (VDMA_START, (start >> 2)); \
@@ -11,3 +14,4 @@ do { \
memc_write (VDMA_INIT, (offset >> 2)); \
} while (0)
+#endif