Sign in
qemu-android
/
qemu-android
/
7b045a4a41b16e426aa1ad3dcbb9b41f4bfc409a
/
.
/
include
/
hw
/
tricore
/
tricore.h
blob: 5f1325278857f011393efbdcde1e3f99682944a8 [
file
] [
log
] [
blame
]
#ifndef
TRICORE_MISC_H
#define
TRICORE_MISC_H
1
#include
"exec/memory.h"
#include
"hw/irq.h"
struct
tricore_boot_info
{
uint64_t
ram_size
;
const
char
*
kernel_filename
;
};
#endif