1 /* SPDX-License-Identifier: GPL-2.0 */
3 * This is included by init/main.c to check for architecture-dependent bugs.
5 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
11 #include <asm/cpu-info.h>
13 extern void check_bugs(void);
15 #endif /* _ASM_BUGS_H */