mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-13 09:54:40 +00:00
Move the string literal to a new function. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
13 lines
257 B
C
13 lines
257 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (c) 2021 Loongson Technology Corporation Limited
|
|
*/
|
|
|
|
#ifndef LOONGARCH_TARGET_ELF_H
|
|
#define LOONGARCH_TARGET_ELF_H
|
|
|
|
#define HAVE_ELF_HWCAP 1
|
|
#define HAVE_ELF_PLATFORM 1
|
|
|
|
#endif
|