Sign in
coral
/
linux-mtk
/
e33c3b5e172e2e45456f42fba47227d48745543f
/
.
/
arch
/
sparc
/
include
/
asm
/
scatterlist.h
blob: ec21a4517641b16b8414baab15f18a55a4363e27 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_SCATTERLIST_H
#define
___ASM_SPARC_SCATTERLIST_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/scatterlist_64.h>
#else
#include
<asm/scatterlist_32.h>
#endif
#endif