mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
84f8369015
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
179 B
C
9 lines
179 B
C
#ifndef __ASM_SH_SCATTERLIST_H
|
|
#define __ASM_SH_SCATTERLIST_H
|
|
|
|
#define ISA_DMA_THRESHOLD PHYS_ADDR_MASK
|
|
|
|
#include <asm-generic/scatterlist.h>
|
|
|
|
#endif /* __ASM_SH_SCATTERLIST_H */
|