Sign in
qemu
/
qemu
/
c962247883ffd957dd7f3bccb519803e2775ced2
/
.
/
hw
/
cris-boot.h
blob: e9caf8dee81a9889439a1c0719fc421022c89a85 [
file
] [
log
] [
blame
]
struct
cris_load_info
{
const
char
*
image_filename
;
const
char
*
cmdline
;
int
image_size
;
target_phys_addr_t
entry
;
};
void
cris_load_image
(
CPUState
*
env
,
struct
cris_load_info
*
li
);