Revision 9a78eead target-i386/cpu.h

b/target-i386/cpu.h
20 20
#define CPU_I386_H
21 21

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

  
24 25
#ifdef TARGET_X86_64
25 26
#define TARGET_LONG_BITS 64
......
756 757
CPUX86State *cpu_x86_init(const char *cpu_model);
757 758
int cpu_x86_exec(CPUX86State *s);
758 759
void cpu_x86_close(CPUX86State *s);
759
void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
760
                   const char *optarg);
760
void x86_cpu_list (FILE *f, fprintf_function cpu_fprintf, const char *optarg);
761 761
void x86_cpudef_setup(void);
762 762

  
763 763
int cpu_get_pic_interrupt(CPUX86State *s);

Also available in: Unified diff