git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
security: make inode_follow_link RCU-walk aware
[pandora-kernel.git]
/
include
/
linux
/
fips.h
1
#ifndef _FIPS_H
2
#define _FIPS_H
3
4
#ifdef CONFIG_CRYPTO_FIPS
5
extern int fips_enabled;
6
#else
7
#define fips_enabled 0
8
#endif
9
10
#endif