xref: /kvmtool/include/kvm/builtin-help.h (revision 0a936c5400d3894e57f9810c42b2b7e679c21fa0)
1 #ifndef __KVM_HELP_H__
2 #define __KVM_HELP_H__
3 
4 int kvm_cmd_help(int argc, const char **argv, const char *prefix);
5 
6 #endif
7