Sign in
qemu
/
qemu
/
4f43c1ff3b8ce99de80db7c51423e5ba8b143802
/
.
/
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
);