summary refs log tree commit diff stats
path: root/linux-user/openrisc/elfload.c
blob: b92442dfeb2a8adfac5add6d9036c53c2c88f9f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include "qemu/osdep.h"
#include "qemu.h"
#include "loader.h"


const char *get_elf_cpu_model(uint32_t eflags)
{
    return "any";
}