Sign in
qemu-android
/
qemu-android
/
212d69f25e8bff3e9dc8af6ca30a6556094fc5a5
/
.
/
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 */