From db7d4daea91e105e3859cf461d7e53b9b77454b2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 13 Jun 1999 16:29:25 +0000 Subject: Merge with Linux 2.2.8. --- include/asm-arm/memc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/asm-arm/memc.h') 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 -- cgit v1.2.3