1 #ifndef __KVM_RUN_H__ 2 #define __KVM_RUN_H__ 3 4 #include <kvm/util.h> 5 6 int kvm_cmd_run(int argc, const char **argv, const char *prefix); 7 void kvm_run_help(void) NORETURN; 8 9 void kvm_run_set_wrapper_sandbox(void); 10 11 #endif 12
1 #ifndef __KVM_RUN_H__ 2 #define __KVM_RUN_H__ 3 4 #include <kvm/util.h> 5 6 int kvm_cmd_run(int argc, const char **argv, const char *prefix); 7 void kvm_run_help(void) NORETURN; 8 9 void kvm_run_set_wrapper_sandbox(void); 10 11 #endif 12