GIF89a;
Direktori : /usr/src/kernels/3.10.0-1160.81.1.el7.centos.plus.x86_64/include/linux/ |
Current File : //usr/src/kernels/3.10.0-1160.81.1.el7.centos.plus.x86_64/include/linux/fips.h |
#ifndef _FIPS_H #define _FIPS_H #ifdef CONFIG_CRYPTO_FIPS extern int fips_enabled; #else #define fips_enabled 0 #endif #endif