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: Introduce 'kvm setup' command
[linux-2.6/next.git]
/
tools
/
kvm
/
include
/
kvm
/
builtin-setup.h
blob
b0eb345a1ec7e1613839d33f3d54706b88150c0f
1
#ifndef KVM__SETUP_H
2
#define KVM__SETUP_H
3
4
int
kvm_cmd_setup
(
int
argc
,
const char
**
argv
,
const char
*
prefix
);
5
void
kvm_setup_help
(
void
);
6
7
#endif