Sign in
qemu
/
qemu
/
0c0e21d1c1e2dde4f7437bcd5c53127013cc25f7
/
.
/
linux-user
/
uname.h
blob: 4ae563f46c2976fc2e43f3fb6c57c1cae5b69d8c [
file
] [
log
] [
blame
]
#ifndef
UNAME_H
#define
UNAME_H
#include
<sys/utsname.h>
#include
<linux/utsname.h>
const
char
*
cpu_to_uname_machine
(
CPUArchState
*
cpu_env
);
int
sys_uname
(
struct
new_utsname
*
buf
);
#endif
/* UNAME_H */