xref: /kvmtool/include/kvm/builtin-run.h (revision 1edf423a1da01fd89d66940ab165ed0b24a1eee3)
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