blob: 84aaee320fbccc8eb9e55600c9db95f8d1156e7b [file] [log] [blame]
#ifndef KVM__PAUSE_H
#define KVM__PAUSE_H
#include <kvm/util.h>
int kvm_cmd_pause(int argc, const char **argv, const char *prefix);
void kvm_pause_help(void) NORETURN;
#endif