Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
f0af566da6e9a4a2f5a83c5a70f3d0a772050e21
/
.
/
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