Merge commit '5a4d701acde890a5ca134236424ece45545f70c7' into upstream-merge
[qemu-kvm.git] / hw / cris-boot.h
blob0a2c2424115170e0c224b49ecfa7fabf8428206f
2 struct cris_load_info
4 const char *image_filename;
5 const char *cmdline;
6 int image_size;
8 target_phys_addr_t entry;
9 };
11 void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);