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