xref: /kvmtool/include/kvm/builtin-run.h (revision 3c29e2aabd59b4ed6eb9a4495224dd8eede138de)
1 #ifndef __KVM_RUN_H__
2 #define __KVM_RUN_H__
3 
4 int kvm_cmd_run(int argc, const char **argv, const char *prefix);
5 void kvm_run_help(void);
6 
7 void kvm_run_set_wrapper_sandbox(void);
8 
9 #endif
10