Revision 9a78eead target-sh4/cpu.h

b/target-sh4/cpu.h
20 20
#define _CPU_SH4_H
21 21

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

  
24 25
#define TARGET_LONG_BITS 32
25 26
#define TARGET_HAS_ICE 1
......
168 169
#define cpu_handle_mmu_fault cpu_sh4_handle_mmu_fault
169 170
void do_interrupt(CPUSH4State * env);
170 171

  
171
void sh4_cpu_list(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
172
void sh4_cpu_list(FILE *f, fprintf_function cpu_fprintf);
172 173
#if !defined(CONFIG_USER_ONLY)
173 174
void cpu_sh4_invalidate_tlb(CPUSH4State *s);
174 175
void cpu_sh4_write_mmaped_utlb_addr(CPUSH4State *s, target_phys_addr_t addr,

Also available in: Unified diff