summaryrefslogtreecommitdiffstats
path: root/include/asm-s390x/dma.h
blob: 2a19a61848ced7ff853d75b9806e20118d4cd055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  include/asm-s390x/dma.h
 *
 *  S390 version
 */

#ifndef _ASM_DMA_H
#define _ASM_DMA_H

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

/* The I/O subsystem can access only memory below 2GB.
   We use the existing DMA zone mechanism to handle this. */
#define MAX_DMA_ADDRESS         0x80000000

#endif /* _ASM_DMA_H */