vfio/pci: Cache vendor and device ID
[qemu/ar7.git] / hw / cris / boot.h
blobc4d3fa6f6f614ddef68ba01894dc6c2928a5d0ea
1 #ifndef _CRIS_BOOT_H
2 #define HW_CRIS_BOOT_H 1
4 struct cris_load_info
6 const char *image_filename;
7 const char *cmdline;
8 int image_size;
10 hwaddr entry;
13 void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);
15 #endif