Sign in
qemu
/
qemu
/
993d46ce7e54f3d035d344ed1b145b13f9ac54b9
/
.
/
hw
/
cris-boot.h
blob: 5b17d83cbbbad1aafd5285a4b37f00c7481409ca [
file
] [
log
] [
blame
]
struct
cris_load_info
{
const
char
*
image_filename
;
const
char
*
cmdline
;
int
image_size
;
hwaddr entry
;
};
void
cris_load_image
(
CRISCPU
*
cpu
,
struct
cris_load_info
*
li
);