xref: /kvmtool/include/kvm/builtin-stop.h (revision daf4cb5af4785979a1a4a5ad5d0c0e879a455795)
1 #ifndef KVM__STOP_H
2 #define KVM__STOP_H
3 
4 int kvm_cmd_stop(int argc, const char **argv, const char *prefix);
5 
6 #endif
7