mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
77d4f95e11
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com>
11 lines
201 B
C
11 lines
201 B
C
|
|
struct cris_load_info
|
|
{
|
|
const char *image_filename;
|
|
const char *cmdline;
|
|
int image_size;
|
|
|
|
target_phys_addr_t entry;
|
|
};
|
|
|
|
void cris_load_image(CPUState *env, struct cris_load_info *li);
|