Sign in
qemu
/
qemu
/
bdb3748dba309cba0bf71ca6ea4521911953b825
/
.
/
include
/
hw
/
tricore
/
tricore.h
blob: c19ed3f013e1c0924381b8ab2c77254ab1209b87 [
file
] [
log
] [
blame
]
#ifndef
HW_TRICORE_H
#define
HW_TRICORE_H
#include
"exec/memory.h"
struct
tricore_boot_info
{
uint64_t
ram_size
;
const
char
*
kernel_filename
;
};
#endif