repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: Don't use create_proc_read_entry()
[linux-2.6.git]
/
include
/
linux
/
securebits.h
blob
da1b33b33af7f45f6642a3d21e40b9094265c1b3
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 */