lkml.org 
[lkml]   [2010]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 17/40] KVM: Add include guards for coalesced_mmio.h
    Date
    Signed-off-by: Avi Kivity <avi@redhat.com>
    ---
    virt/kvm/coalesced_mmio.h | 5 +++++
    1 files changed, 5 insertions(+), 0 deletions(-)

    diff --git a/virt/kvm/coalesced_mmio.h b/virt/kvm/coalesced_mmio.h
    index 4b49f27..e703346 100644
    --- a/virt/kvm/coalesced_mmio.h
    +++ b/virt/kvm/coalesced_mmio.h
    @@ -1,3 +1,6 @@
    +#ifndef __KVM_COALESCED_MMIO_H__
    +#define __KVM_COALESCED_MMIO_H__
    +
    /*
    * KVM coalesced MMIO
    *
    @@ -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
    --
    1.6.5.3


    \
     
     \ /
      Last update: 2010-02-10 18:35    [W:4.401 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site