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