Revision 9a78eead target-ppc/cpu.h

b/target-ppc/cpu.h
20 20
#define __CPU_PPC_H__
21 21

  
22 22
#include "config.h"
23
#include <inttypes.h>
23
#include "qemu-common.h"
24 24

  
25 25
//#define PPC_EMULATE_32BITS_HYPV
26 26

  
......
761 761
#endif /* !defined(CONFIG_USER_ONLY) */
762 762
void ppc_store_msr (CPUPPCState *env, target_ulong value);
763 763

  
764
void ppc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
764
void ppc_cpu_list (FILE *f, fprintf_function cpu_fprintf);
765 765

  
766 766
const ppc_def_t *cpu_ppc_find_by_name (const char *name);
767 767
int cpu_ppc_register_internal (CPUPPCState *env, const ppc_def_t *def);

Also available in: Unified diff