mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00

Convert the existing includes with sed -i ,exec/memory.h,system/memory.h,g Move the include within cpu-all.h into a !CONFIG_USER_ONLY block. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
10 lines
164 B
C
10 lines
164 B
C
#ifndef HW_TRICORE_H
|
|
#define HW_TRICORE_H
|
|
|
|
#include "system/memory.h"
|
|
|
|
struct tricore_boot_info {
|
|
uint64_t ram_size;
|
|
const char *kernel_filename;
|
|
};
|
|
#endif
|