repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/i386: Make pit a property of common x86 base machine type
[qemu.git]
/
include
/
hw
/
tricore
/
tricore.h
blob
c19ed3f013e1c0924381b8ab2c77254ab1209b87
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