Revision 33d68b5f target-mips/cpu.h

b/target-mips/cpu.h
282 282
    struct QEMUTimer *timer; /* Internal timer */
283 283
};
284 284

  
285
typedef struct mips_def_t mips_def_t;
286
int mips_find_by_name (const unsigned char *name, mips_def_t **def);
287
void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
288
int cpu_mips_register (CPUMIPSState *env, mips_def_t *def);
289

  
285 290
#include "cpu-all.h"
286 291

  
287 292
/* Memory access type :

Also available in: Unified diff