Revision f93eb9ff target-arm/cpu.h

b/target-arm/cpu.h
55 55
typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
56 56
                               int dstreg, int operand);
57 57

  
58
struct arm_boot_info;
59

  
58 60
#define NB_MMU_MODES 2
59 61

  
60 62
/* We currently assume float and double are IEEE single and double
......
196 198
    CPU_COMMON
197 199

  
198 200
    /* These fields after the common ones so they are preserved on reset.  */
199
    int ram_size;
200
    const char *kernel_filename;
201
    const char *kernel_cmdline;
202
    const char *initrd_filename;
203
    int board_id;
204
    target_phys_addr_t loader_start;
201
    struct arm_boot_info *boot_info;
205 202
} CPUARMState;
206 203

  
207 204
CPUARMState *cpu_arm_init(const char *cpu_model);

Also available in: Unified diff