Sign in
android-kvm
/
kvmtool
/
56e2d678f578ae2ae093dd623ff1a76c1b9dde94
/
.
/
include
/
kvm
/
builtin-run.h
blob: 91521a58a59c7ef1ed8bb93688153b32ebab923e [
file
] [
log
] [
blame
]
#ifndef
__KVM_RUN_H__
#define
__KVM_RUN_H__
#include
<kvm/util.h>
int
kvm_cmd_run
(
int
argc
,
const
char
**
argv
,
const
char
*
prefix
);
void
kvm_run_help
(
void
)
NORETURN
;
void
kvm_run_set_wrapper_sandbox
(
void
);
#endif