Sign in
qemu
/
qemu
/
c3d2e2e76cd6021fdf6097744449fb3f7bf7cea0
/
.
/
hw
/
cris
/
boot.h
blob: 218854e5d12c576b0d9ad58284a5b4284a7db3bf [
file
]
#ifndef
HW_CRIS_BOOT_H
#define
HW_CRIS_BOOT_H
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
);
#endif