]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/loongarch64/target_elf.h
hw/misc: Simplify memory_region_init_ram_from_fd() calls
[mirror_qemu.git] / linux-user / loongarch64 / target_elf.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (c) 2021 Loongson Technology Corporation Limited
4 */
5
6 #ifndef LOONGARCH_TARGET_ELF_H
7 #define LOONGARCH_TARGET_ELF_H
8 static inline const char *cpu_get_model(uint32_t eflags)
9 {
10 return "la464";
11 }
12 #endif