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/vfio.h | |
parent | f5022a135e4309a54d433c69b2a056756b2d0d6b (diff) | |
download | qemu-716b8e4dd2f7a1674bf77d49fd50139cb577e70f.zip qemu-716b8e4dd2f7a1674bf77d49fd50139cb577e70f.tar.gz qemu-716b8e4dd2f7a1674bf77d49fd50139cb577e70f.tar.bz2 |
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/vfio.h')
-rw-r--r-- | linux-headers/linux/vfio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h index f787b72..4758d1b 100644 --- a/linux-headers/linux/vfio.h +++ b/linux-headers/linux/vfio.h @@ -8,8 +8,8 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#ifndef VFIO_H -#define VFIO_H +#ifndef _UAPIVFIO_H +#define _UAPIVFIO_H #include <linux/types.h> #include <linux/ioctl.h> @@ -365,4 +365,4 @@ struct vfio_iommu_type1_dma_unmap { #define VFIO_IOMMU_UNMAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 14) -#endif /* VFIO_H */ +#endif /* _UAPIVFIO_H */ |