Sign in
qemu
/
qemu
/
5ccaa4ce4f31750e964acf397fb5a978d1ebd477
/
.
/
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
);