Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 13:39:50 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366701 - head/sys/dev/iommu
Message-ID:  <202010141339.09EDdomv067158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010141339.09EDdomv067158>