Sign in
gem5
/
arm
/
linux
/
941f5f0f6ef5338814145cf2b813cf1f98873e2f
/
.
/
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