mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-01 11:15:57 +00:00
Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
9 lines
146 B
C
9 lines
146 B
C
#ifndef KVM_MPTABLE_H_
|
|
#define KVM_MPTABLE_H_
|
|
|
|
struct kvm;
|
|
|
|
void mptable_setup(struct kvm *kvm, unsigned int ncpus);
|
|
|
|
#endif /* KVM_MPTABLE_H_ */
|