Sign in
android-kvm
/
kvmtool
/
095773e707ae1509f5bca0ad82f4e510e2ecdf80
/
.
/
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