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
arm-semi.c: Use correct check for failure of do_brk()
[qemu.git]
/
hw
/
cris-boot.h
blob
e9caf8dee81a9889439a1c0719fc421022c89a85
1
2
struct
cris_load_info
3
{
4
const char
*
image_filename
;
5
const char
*
cmdline
;
6
int
image_size
;
7
8
target_phys_addr_t entry
;
9
};
10
11
void
cris_load_image
(
CPUState
*
env
,
struct
cris_load_info
*
li
);