Skip to content

Commit

Permalink
KVM: Add include guards for coalesced_mmio.h
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Avi Kivity authored and Marcelo Tosatti committed Mar 1, 2010
1 parent 283d0c6 commit 3f0852e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions virt/kvm/coalesced_mmio.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef __KVM_COALESCED_MMIO_H__
#define __KVM_COALESCED_MMIO_H__

/*
* KVM coalesced MMIO
*
Expand All @@ -22,3 +25,5 @@ int kvm_vm_ioctl_register_coalesced_mmio(struct kvm *kvm,
struct kvm_coalesced_mmio_zone *zone);
int kvm_vm_ioctl_unregister_coalesced_mmio(struct kvm *kvm,
struct kvm_coalesced_mmio_zone *zone);

#endif

0 comments on commit 3f0852e

Please sign in to comment.