kvm tools: Introduce 'kvm setup' command
[linux-2.6/next.git] / tools / kvm / include / kvm / builtin-setup.h
blobb0eb345a1ec7e1613839d33f3d54706b88150c0f
1 #ifndef KVM__SETUP_H
2 #define KVM__SETUP_H
4 int kvm_cmd_setup(int argc, const char **argv, const char *prefix);
5 void kvm_setup_help(void);
7 #endif