Sign in
◑
Theme
qemu-android
/
qemu-android
/
459b4e66129d091a11e9886ecc15a8bf9f7f3d92
/
.
/
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 */