git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu into staging
[qemu.git]
/
linux-user
/
uname.h
1
#ifndef UNAME_H
2
#define UNAME_H
3
4
#include <sys/utsname.h>
5
#include <linux/utsname.h>
6
7
const char
*
cpu_to_uname_machine
(
void
*
cpu_env
);
8
int
sys_uname
(
struct
new_utsname
*
buf
);
9
10
#endif
/* UNAME_H */