Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4' into...
[qemu/cris-port.git] / linux-user / uname.h
blobcc62e76cc10db1e68aab4ed16b17e5ebec007e1f
1 #ifndef UNAME_H
2 #define UNAME_H 1
4 #include <sys/utsname.h>
5 #include <linux/utsname.h>
7 const char *cpu_to_uname_machine(void *cpu_env);
8 int sys_uname(struct new_utsname *buf);
10 #endif /* UNAME _H */