Revision 1b6b029e linux-user/qemu.h

b/linux-user/qemu.h
51 51
long do_syscall(void *cpu_env, int num, long arg1, long arg2, long arg3, 
52 52
                long arg4, long arg5, long arg6);
53 53
void gemu_log(const char *fmt, ...) __attribute__((format(printf,1,2)));
54

  
55

  
54
struct CPUX86State;
55
void cpu_loop(struct CPUX86State *env);
56 56

  
57 57
#endif

Also available in: Unified diff