Sign in
qemu-android
/
qemu-android
/
746ebfa77aa7a9550d11d3e7c8c10ecb8393ec76
/
.
/
linux-user
/
uname.h
blob: cc62e76cc10db1e68aab4ed16b17e5ebec007e1f [
file
]
#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 */