Sign in
coral
/
linux-mtk
/
1f6544abc3245896c5071bc91ba62d6e1ef8389c
/
.
/
include
/
linux
/
fips.h
blob: afeeece9230244e776d4e82ec87b81f9ea2a533f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_FIPS_H
#define
_FIPS_H
#ifdef
CONFIG_CRYPTO_FIPS
extern
int
fips_enabled
;
#else
#define
fips_enabled
0
#endif
#endif