mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-06 12:29:29 +00:00
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 */
|