]> Git Repo - qemu.git/blame - linux-user/uname.h
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160225' into staging
[qemu.git] / linux-user / uname.h
CommitLineData
6d30db19
RV
1#ifndef UNAME_H
2#define UNAME_H 1
3
4#include <sys/utsname.h>
5#include <linux/utsname.h>
6
da79030f 7const char *cpu_to_uname_machine(void *cpu_env);
6d30db19
RV
8int sys_uname(struct new_utsname *buf);
9
10#endif /* UNAME _H */
This page took 0.36019 seconds and 4 git commands to generate.