Sign in
qemu
/
qemu
/
47b43a1f414c5b3eb9eb7502d0b0be0d134259ba
/
.
/
hw
/
cris
/
boot.h
blob: c4d3fa6f6f614ddef68ba01894dc6c2928a5d0ea [
file
] [
log
] [
blame
]
#ifndef
_CRIS_BOOT_H
#define
HW_CRIS_BOOT_H
1
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