Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
will
/
kvmtool
/
ad9b731921e3e23d166fea9aae7d4bfbe4f4e2bc
/
.
/
include
/
kvm
/
builtin-pause.h
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