repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pc: Set fw_cfg data based on APIC ID calculation
[qemu/rayw.git]
/
hw
/
cris-boot.h
blob
c4d3fa6f6f614ddef68ba01894dc6c2928a5d0ea
1
#ifndef _CRIS_BOOT_H
2
#define HW_CRIS_BOOT_H 1
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