svn commit: r366701 - head/sys/dev/iommu

Ruslan Bukin br at FreeBSD.org
Wed Oct 14 13:39:50 UTC 2020


Author: br
Date: Wed Oct 14 13:39:50 2020
New Revision: 366701
URL: https://svnweb.freebsd.org/changeset/base/366701

Log:
  Rename a header protection macro.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/dev/iommu/iommu.h

Modified: head/sys/dev/iommu/iommu.h
==============================================================================
--- head/sys/dev/iommu/iommu.h	Wed Oct 14 13:13:14 2020	(r366700)
+++ head/sys/dev/iommu/iommu.h	Wed Oct 14 13:39:50 2020	(r366701)
@@ -31,8 +31,8 @@
  * $FreeBSD$
  */
 
-#ifndef _SYS_IOMMU_H_
-#define _SYS_IOMMU_H_
+#ifndef _DEV_IOMMU_IOMMU_H_
+#define _DEV_IOMMU_IOMMU_H_
 
 /* Host or physical memory address, after translation. */
 typedef uint64_t iommu_haddr_t;
@@ -237,4 +237,4 @@ struct iommu_ctx *iommu_get_dev_ctx(device_t dev);
 
 SYSCTL_DECL(_hw_iommu);
 
-#endif /* !_SYS_IOMMU_H_ */
+#endif /* !_DEV_IOMMU_IOMMU_H_ */


More information about the svn-src-head mailing list