]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - include/linux/fips.h
Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged
[mirror_ubuntu-zesty-kernel.git] / include / linux / fips.h
CommitLineData
5b739ef8
NH
1#ifndef _FIPS_H
2#define _FIPS_H
3
4#ifdef CONFIG_CRYPTO_FIPS
5extern int fips_enabled;
6#else
7#define fips_enabled 0
8#endif
9
10#endif