]> Git Repo - qemu.git/blame_incremental - linux-user/uname.h
linux-user: init_guest_space: Clean up if we can't initialize the commpage
[qemu.git] / linux-user / uname.h
... / ...
CommitLineData
1#ifndef UNAME_H
2#define UNAME_H
3
4#include <sys/utsname.h>
5#include <linux/utsname.h>
6
7const char *cpu_to_uname_machine(void *cpu_env);
8int sys_uname(struct new_utsname *buf);
9
10#endif /* UNAME_H */
This page took 0.025567 seconds and 4 git commands to generate.