dma.h 319 字节
Newer Older
J
Jan Glauber 已提交
1 2
#ifndef _ASM_S390_DMA_H
#define _ASM_S390_DMA_H
L
Linus Torvalds 已提交
3

J
Jan Glauber 已提交
4
#include <asm/io.h>
L
Linus Torvalds 已提交
5

J
Jan Glauber 已提交
6 7 8 9 10
/*
 * MAX_DMA_ADDRESS is ambiguous because on s390 its completely unrelated
 * to DMA. It _is_ used for the s390 memory zone split at 2GB caused
 * by the 31 bit heritage.
 */
L
Linus Torvalds 已提交
11 12
#define MAX_DMA_ADDRESS         0x80000000

J
Jan Glauber 已提交
13
#endif /* _ASM_S390_DMA_H */