xref: /kvmtool/include/kvm/builtin-pause.h (revision 2947270eaa8b09f101c3c4561d276d580d19f8c0)
1 #ifndef KVM__PAUSE_H
2 #define KVM__PAUSE_H
3 
4 int kvm_cmd_pause(int argc, const char **argv, const char *prefix);
5 
6 #endif
7