Add qemu 2.4.0
[kvmfornfv.git] / qemu / linux-user / uname.h
diff --git a/qemu/linux-user/uname.h b/qemu/linux-user/uname.h
new file mode 100644 (file)
index 0000000..cc62e76
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef UNAME_H
+#define UNAME_H 1
+
+#include <sys/utsname.h>
+#include <linux/utsname.h>
+
+const char *cpu_to_uname_machine(void *cpu_env);
+int sys_uname(struct new_utsname *buf);
+
+#endif /* UNAME _H */