xref: /kvmtool/include/kvm/builtin-run.h (revision f967c427ecd20752d44ae2461e292a86363e416e)
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 
6 #endif
7