Sign in
android
/
kernel
/
common.git
/
refs/heads/android-mainline
/
.
/
rust
/
helpers
/
compat.c
blob: 55bf2a8ad9b416ef9a7046339ed827a564373ef0 [
file
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/compat.h>
#ifdef
CONFIG_COMPAT
__rust_helper
void
__user
*
rust_helper_compat_ptr
(
compat_uptr_t
uptr
)
{
return
compat_ptr
(
uptr
);
}
#endif