Sign in
android-kvm
/
kvmtool
/
37f3d50e6a7a78471e344e12411533eea1596fa2
/
.
/
include
/
kvm
/
mptable.h
blob: 3c8362df50bbe07eb95024d9f480ab712d9d1bae [
file
] [
log
] [
blame
]
#ifndef
KVM_MPTABLE_H_
#define
KVM_MPTABLE_H_
struct
kvm kvm
;
void
mptable_setup
(
struct
kvm
*
kvm
,
unsigned
int
ncpus
);
#endif
/* KVM_MPTABLE_H_ */