cris-boot.h 200 B

1234567891011
  1. struct cris_load_info
  2. {
  3. const char *image_filename;
  4. const char *cmdline;
  5. int image_size;
  6. target_phys_addr_t entry;
  7. };
  8. void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);