remarkable-linux/arch/um/include/asm/dma.h
Al Viro 37185b3324 um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
2012-10-09 22:28:45 +02:00

11 lines
141 B
C

#ifndef __UM_DMA_H
#define __UM_DMA_H
#include <asm/io.h>
extern unsigned long uml_physmem;
#define MAX_DMA_ADDRESS (uml_physmem)
#endif