diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2012-11-13 12:27:40 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2012-11-13 12:27:40 -0700 |
commit | 716b8e4dd2f7a1674bf77d49fd50139cb577e70f (patch) | |
tree | 3ebd185f28d0543adff395b89a22120c34e70120 /linux-headers/linux/virtio_ring.h | |
parent | f5022a135e4309a54d433c69b2a056756b2d0d6b (diff) |
linux-headers: Update to 3.7-rc5
update-linux-headers.sh script run against Linux tag v3.7-rc5
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'linux-headers/linux/virtio_ring.h')
-rw-r--r-- | linux-headers/linux/virtio_ring.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-headers/linux/virtio_ring.h b/linux-headers/linux/virtio_ring.h index 1b333e2536..921694a084 100644 --- a/linux-headers/linux/virtio_ring.h +++ b/linux-headers/linux/virtio_ring.h @@ -1,5 +1,5 @@ -#ifndef _LINUX_VIRTIO_RING_H -#define _LINUX_VIRTIO_RING_H +#ifndef _UAPI_LINUX_VIRTIO_RING_H +#define _UAPI_LINUX_VIRTIO_RING_H /* An interface for efficient virtio implementation, currently for use by KVM * and lguest, but hopefully others soon. Do NOT change this since it will * break existing servers and clients. @@ -160,4 +160,4 @@ static __inline__ int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old return (__u16)(new_idx - event_idx - 1) < (__u16)(new_idx - old); } -#endif /* _LINUX_VIRTIO_RING_H */ +#endif /* _UAPI_LINUX_VIRTIO_RING_H */ |