Sign in
qemu
/
qemu
/
e120d449e1b39ec508c297b963ce452628dd37c3
/
.
/
hw
/
cris-boot.h
blob: ecb9779e49688cff64671b9c0dcd1a7ffc9d9998 [
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
(
CPUCRISState
*
env
,
struct
cris_load_info
*
li
);