Sign in
qemu
/
qemu
/
94d12088409b9544dd4e191e2971c47ecec4c315
/
.
/
hw
/
cris
/
boot.h
blob: 9f1e0e340c99112f76c04b0744cb64ebe08f4679 [
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
;
ram_addr_t
ram_size
;
hwaddr entry
;
};
void
cris_load_image
(
CRISCPU
*
cpu
,
struct
cris_load_info
*
li
);
#endif