Files
Sasha Levin 1add9f7367 kvm tools: Fixes for mptable module
Fixes include:
 - Error handling
 - Cleanup
 - Standard init/uninit

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
2015-06-01 16:39:51 +01:00

10 lines
161 B
C

#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_ */