Sign in
android-kvm
/
kvmtool
/
fcb076756ab2dae13684e89d3fc9ce551c3e2d38
/
.
/
x86
/
include
/
kvm
/
mptable.h
blob: 9e3cfa6be1ce4abc31be4f56858c3c77d10130c3 [
file
] [
log
] [
blame
]
#ifndef
KVM_MPTABLE_H_
#define
KVM_MPTABLE_H_
struct
kvm
;
int
mptable__init
(
struct
kvm
*
kvm
);
int
mptable__exit
(
struct
kvm
*
kvm
);
#endif
/* KVM_MPTABLE_H_ */