xref: /openbmc/linux/arch/mips/include/asm/mach-loongson64/builtin_dtbs.h (revision f97cee494dc92395a668445bcd24d34c89f4ff8c)
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_loongson64c_4core_ls7a_begin[];
12 extern u32 __dtb_loongson64c_4core_rs780e_begin[];
13 extern u32 __dtb_loongson64c_8core_rs780e_begin[];
14 extern u32 __dtb_loongson64g_4core_ls7a_begin[];
15 extern u32 __dtb_loongson64v_4core_virtio_begin[];
16 #endif
17