Sign in
android-kvm
/
kvmtool
/
56e2d678f578ae2ae093dd623ff1a76c1b9dde94
/
.
/
include
/
kvm
/
builtin-stop.h
blob: b26b2750a0ca4d50600e3d33ab71760e5c8957e1 [
file
] [
log
] [
blame
]
#ifndef
KVM__STOP_H
#define
KVM__STOP_H
#include
<kvm/util.h>
int
kvm_cmd_stop
(
int
argc
,
const
char
**
argv
,
const
char
*
prefix
);
void
kvm_stop_help
(
void
)
NORETURN
;
#endif