]> Git Repo - linux.git/blob - include/linux/securebits.h
Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'for-4...
[linux.git] / include / linux / securebits.h
1 #ifndef _LINUX_SECUREBITS_H
2 #define _LINUX_SECUREBITS_H 1
3
4 #include <uapi/linux/securebits.h>
5
6 #define issecure(X)             (issecure_mask(X) & current_cred_xxx(securebits))
7 #endif /* !_LINUX_SECUREBITS_H */
This page took 0.033823 seconds and 4 git commands to generate.