1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2019 Jiaxun Yang <jiaxun.yang@flygoat.com>
4  *
5  * Built-in Generic dtbs for MACH_LOONGSON64
6  */
7 
8 #ifndef __ASM_MACH_LOONGSON64_BUILTIN_DTBS_H_
9 #define __ASM_MACH_LOONGSON64_BUILTIN_DTBS_H_
10 
11 extern u32 __dtb_loongson64_2core_2k1000_begin[];
12 extern u32 __dtb_loongson64c_4core_ls7a_begin[];
13 extern u32 __dtb_loongson64c_4core_rs780e_begin[];
14 extern u32 __dtb_loongson64c_8core_rs780e_begin[];
15 extern u32 __dtb_loongson64g_4core_ls7a_begin[];
16 extern u32 __dtb_loongson64v_4core_virtio_begin[];
17 #endif
18