repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools: Add ivshmem device
[linux-2.6/next.git]
/
tools
/
kvm
/
include
/
kvm
/
builtin-stat.h
blob
e3ce2921fac05100e8e862663d1451e321da8b60
1
#ifndef KVM__STAT_H
2
#define KVM__STAT_H
3
4
int
kvm_cmd_stat
(
int
argc
,
const char
**
argv
,
const char
*
prefix
);
5
void
kvm_stat_help
(
void
);
6
7
#endif