aboutsummaryrefslogtreecommitdiff
path: root/hw/cris-boot.h
blob: 5b17d83cbbbad1aafd5285a4b37f00c7481409ca (plain)
1
2
3
4
5
6
7
8
9
10
11

struct cris_load_info
{
    const char *image_filename;
    const char *cmdline;
    int image_size;

    hwaddr entry;
};

void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);