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
iov: add const annotation
[qemu/ar7.git]
/
hw
/
cris-boot.h
blob
0a2c2424115170e0c224b49ecfa7fabf8428206f
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
(
CRISCPU
*
cpu
,
struct
cris_load_info
*
li
);