Sign in
android-kvm
/
kvmtool
/
2cc4929cc6b9a382a0c866cf5bbe849e3c0ec271
/
.
/
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