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
pseries: Split xics irq configuration from state information
[qemu/ar7.git]
/
hw
/
cris-boot.h
blob
5b17d83cbbbad1aafd5285a4b37f00c7481409ca
1
2
struct
cris_load_info
3
{
4
const char
*
image_filename
;
5
const char
*
cmdline
;
6
int
image_size
;
7
8
hwaddr entry
;
9
};
10
11
void
cris_load_image
(
CRISCPU
*
cpu
,
struct
cris_load_info
*
li
);