Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / include / linux / securebits.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_SECUREBITS_H
2#define _LINUX_SECUREBITS_H 1
3
607ca46e 4#include <uapi/linux/securebits.h>
1da177e4 5
607ca46e 6#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
1da177e4 7#endif /* !_LINUX_SECUREBITS_H */
This page took 1.217339 seconds and 5 git commands to generate.