mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
4d736b5e1c
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
208 B
C
12 lines
208 B
C
#ifndef _ASMARM_SCATTERLIST_H
|
|
#define _ASMARM_SCATTERLIST_H
|
|
|
|
#include <asm/memory.h>
|
|
#include <asm/types.h>
|
|
|
|
#include <asm-generic/scatterlist.h>
|
|
|
|
#undef ARCH_HAS_SG_CHAIN
|
|
|
|
#endif /* _ASMARM_SCATTERLIST_H */
|