Sign in
gem5
/
arm
/
linux-arm64-legacy
/
d110ec3a1e1f522e2e9dfceb9c36d6590c26d2d4
/
.
/
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