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
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