]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/qemu.h
Open 1.0 development branch.
[qemu.git] / linux-user / qemu.h
index 237386caac956c9cfcb540eaef043fc450d5aae1..627c8b34231245cc8579c8489e7077019817f63c 100644 (file)
@@ -192,7 +192,8 @@ abi_long do_brk(abi_ulong new_brk);
 void syscall_init(void);
 abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
                     abi_long arg2, abi_long arg3, abi_long arg4,
-                    abi_long arg5, abi_long arg6);
+                    abi_long arg5, abi_long arg6, abi_long arg7,
+                    abi_long arg8);
 void gemu_log(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
 extern THREAD CPUState *thread_env;
 void cpu_loop(CPUState *env);