Revision d4834ff9 linux-headers/linux/vfio.h

b/linux-headers/linux/vfio.h
8 8
 * it under the terms of the GNU General Public License version 2 as
9 9
 * published by the Free Software Foundation.
10 10
 */
11
#ifndef _UAPIVFIO_H
12
#define _UAPIVFIO_H
11
#ifndef VFIO_H
12
#define VFIO_H
13 13

  
14 14
#include <linux/types.h>
15 15
#include <linux/ioctl.h>
......
365 365

  
366 366
#define VFIO_IOMMU_UNMAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 14)
367 367

  
368
#endif /* _UAPIVFIO_H */
368
#endif /* VFIO_H */

Also available in: Unified diff