repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/arm/virt: parameter passing cleanups
[qemu/ar7.git]
/
include
/
hw
/
tricore
/
tricore.h
blob
89ef922c67a155ccabeaad046273b33173691672
1
#ifndef HW_TRICORE_H
2
#define HW_TRICORE_H
3
4
#include
"exec/memory.h"
5
#include
"hw/irq.h"
6
7
struct
tricore_boot_info
{
8
uint64_t
ram_size
;
9
const char
*
kernel_filename
;
10
};
11
#endif