Sign in
gem5
/
arm
/
linux-arm64-legacy
/
734550921e9b7ab924a43aa3d0bd4239dac4fbf1
/
.
/
include
/
asm-sparc
/
uaccess.h
blob: 424facce5238774118d29473f2a6218d8f7a5adf [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_UACCESS_H
#define
___ASM_SPARC_UACCESS_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/uaccess_64.h>
#else
#include
<asm-sparc/uaccess_32.h>
#endif
#endif