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