]> Git Repo - qemu.git/blob - include/hw/tricore/tricore.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / include / hw / tricore / tricore.h
1 #ifndef HW_TRICORE_H
2 #define HW_TRICORE_H
3
4 #include "exec/memory.h"
5
6 struct tricore_boot_info {
7     uint64_t ram_size;
8     const char *kernel_filename;
9 };
10 #endif
This page took 0.025541 seconds and 4 git commands to generate.