target-mips: use ULL for 64 bit constants
[qemu/agraf.git] / hw / cris-boot.h
blob5b17d83cbbbad1aafd5285a4b37f00c7481409ca
2 struct cris_load_info
4 const char *image_filename;
5 const char *cmdline;
6 int image_size;
8 hwaddr entry;
9 };
11 void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);