mirror of
https://github.com/qemu/qemu.git
synced 2026-02-15 13:46:35 +00:00
Rename from cpu_get_model to emphasize that this is an elf-specific function. Declare the function once in loader.h. This frees up target_elf.h for other uses. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
12 lines
348 B
C
12 lines
348 B
C
/*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation, or (at your option) any
|
|
* later version. See the COPYING file in the top-level directory.
|
|
*/
|
|
|
|
#ifndef ALPHA_TARGET_ELF_H
|
|
#define ALPHA_TARGET_ELF_H
|
|
|
|
#endif
|