Sign in
android-kvm
/
kvmtool
/
574bd7b432ec0dd71b719f05094e12108194da12
/
.
/
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