Sign in
qemu-android
/
qemu-android
/
523e7b8ab818ec3fab14cfd7a20d51cb3aa33a9d
/
.
/
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 */