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