]> Git Repo - qemu.git/blame - linux-user/uname.h
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[qemu.git] / linux-user / uname.h
CommitLineData
6d30db19 1#ifndef UNAME_H
175de524 2#define UNAME_H
6d30db19
RV
3
4#include <sys/utsname.h>
5#include <linux/utsname.h>
6
a0939b89 7const char *cpu_to_uname_machine(CPUArchState *cpu_env);
6d30db19
RV
8int sys_uname(struct new_utsname *buf);
9
175de524 10#endif /* UNAME_H */
This page took 0.297111 seconds and 4 git commands to generate.