Revision 408d3258f99458f2dabcb1aa33918250e4864f00 authored by Ralf Baechle on 30 October 2006, 14:19:37 UTC, committed by Ralf Baechle on 30 October 2006, 21:41:29 UTC
I wonder if the original contributor still cares ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 6ceb6d3
Raw File
dma.h
/*
 *  include/asm-s390/dma.h
 *
 *  S390 version
 */

#ifndef _ASM_DMA_H
#define _ASM_DMA_H

#include <asm/io.h>		/* need byte IO */

#define MAX_DMA_ADDRESS         0x80000000

#define free_dma(x)	do { } while (0)

#endif /* _ASM_DMA_H */
back to top