From 33d68b5f00011c8101aec93ba1bb2b470e35151d Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 18 Mar 2007 00:30:29 +0000 Subject: MIPS -cpu selection support, by Herve Poussineau. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2491 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/cpu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target-mips/cpu.h') diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 69335a0189..276910aaed 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -282,6 +282,11 @@ struct CPUMIPSState { struct QEMUTimer *timer; /* Internal timer */ }; +typedef struct mips_def_t mips_def_t; +int mips_find_by_name (const unsigned char *name, mips_def_t **def); +void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...)); +int cpu_mips_register (CPUMIPSState *env, mips_def_t *def); + #include "cpu-all.h" /* Memory access type : -- cgit v1.2.3