]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/uname.h
migration: Reference migration state around loadvm_postcopy_handle_run_bh
[mirror_qemu.git] / linux-user / uname.h
index cc62e76cc10db1e68aab4ed16b17e5ebec007e1f..4ae563f46c2976fc2e43f3fb6c57c1cae5b69d8c 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef UNAME_H
-#define UNAME_H 1
+#define UNAME_H
 
 #include <sys/utsname.h>
 #include <linux/utsname.h>
 
-const char *cpu_to_uname_machine(void *cpu_env);
+const char *cpu_to_uname_machine(CPUArchState *cpu_env);
 int sys_uname(struct new_utsname *buf);
 
-#endif /* UNAME _H */
+#endif /* UNAME_H */