Sign in
qemu
/
qemu
/
22e6d702946c82c6d19326b81430c83ed9ee16a9
/
.
/
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 */