repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IAR
[qemu/kevin.git]
/
linux-user
/
uname.h
blob
4503094211f906a321df8f0440e9cc18d401a456
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 */