mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-17 14:47:39 +07: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 */
|