18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2009 Lemote, Inc. 48c2ecf20Sopenharmony_ci * Author: Wu Zhangjin <wuzhangjin@gmail.com> 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_LOONGSON2EF_MACHINE_H 88c2ecf20Sopenharmony_ci#define __ASM_MACH_LOONGSON2EF_MACHINE_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifdef CONFIG_LEMOTE_FULOONG2E 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define LOONGSON_MACHTYPE MACH_LEMOTE_FL2E 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci/* use fuloong2f as the default machine of LEMOTE_MACH2F */ 178c2ecf20Sopenharmony_ci#ifdef CONFIG_LEMOTE_MACH2F 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define LOONGSON_MACHTYPE MACH_LEMOTE_FL2F 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_LOONGSON2EF_MACHINE_H */ 24