sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/hw/cris-boot.h

12 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);