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 */
16