]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/qemu.h
avoid pt_regs clash
[qemu.git] / linux-user / qemu.h
index fa40d4d84553079b0487e1e143b3a1da677e866c..0b9de6b3fe27093520d6e7cb32bd3ade21630e6b 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "thunk.h"
 
-struct pt_regs {
+struct target_pt_regs {
        long ebx;
        long ecx;
        long edx;
@@ -44,7 +44,7 @@ struct image_info {
 };
 
 int elf_exec(const char * filename, char ** argv, char ** envp, 
-             struct pt_regs * regs, struct image_info *infop);
+             struct target_pt_regs * regs, struct image_info *infop);
 
 void target_set_brk(char *new_brk);
 void syscall_init(void);