qxl: call qemu_spice_display_init_common for secondary devices
[qemu/ar7.git] / include / hw / tricore / tricore.h
blob89ef922c67a155ccabeaad046273b33173691672
1 #ifndef HW_TRICORE_H
2 #define HW_TRICORE_H
4 #include "exec/memory.h"
5 #include "hw/irq.h"
7 struct tricore_boot_info {
8 uint64_t ram_size;
9 const char *kernel_filename;
11 #endif