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
qemu-nbd: Avoid strtol open-coding
[qemu/ar7.git]
/
hw
/
cris
/
boot.h
blob
218854e5d12c576b0d9ad58284a5b4284a7db3bf
1
#ifndef HW_CRIS_BOOT_H
2
#define HW_CRIS_BOOT_H
3
4
struct
cris_load_info
5
{
6
const char
*
image_filename
;
7
const char
*
cmdline
;
8
int
image_size
;
9
10
hwaddr entry
;
11
};
12
13
void
cris_load_image
(
CRISCPU
*
cpu
,
struct
cris_load_info
*
li
);
14
15
#endif