Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5a1c84b404a7176b8b36e2a0041b6f0adb3151a3
/
.
/
include
/
linux
/
securebits.h
blob: da1b33b33af7f45f6642a3d21e40b9094265c1b3 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_SECUREBITS_H
#define
_LINUX_SECUREBITS_H
1
#include
<uapi/linux/securebits.h>
#define
issecure
(
X
)
(
issecure_mask
(
X
)
&
current_cred_xxx
(
securebits
))
#endif
/* !_LINUX_SECUREBITS_H */