These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / bsd-user / sparc / target_syscall.h
similarity index 62%
rename from qemu/bsd-user/sparc/syscall.h
rename to qemu/bsd-user/sparc/target_syscall.h
index 5a9bb7e..c7eec6b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TARGET_SYSCALL_H
+#define TARGET_SYSCALL_H
+
 struct target_pt_regs {
        abi_ulong psr;
        abi_ulong pc;
@@ -7,3 +10,5 @@ struct target_pt_regs {
 };
 
 #define UNAME_MACHINE "sun4"
+
+#endif  /* TARGET_SYSCALL_H */