]> Git Repo - linux.git/blob - arch/loongarch/include/asm/bugs.h
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode
[linux.git] / arch / loongarch / include / asm / bugs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * This is included by init/main.c to check for architecture-dependent bugs.
4  *
5  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
6  */
7 #ifndef _ASM_BUGS_H
8 #define _ASM_BUGS_H
9
10 #include <asm/cpu.h>
11 #include <asm/cpu-info.h>
12
13 extern void check_bugs(void);
14
15 #endif /* _ASM_BUGS_H */
This page took 0.025799 seconds and 4 git commands to generate.