aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2020-10-14 13:39:50 +0000
committerRuslan Bukin <br@FreeBSD.org>2020-10-14 13:39:50 +0000
commit066e1d1af3e6bae147d1c964a22be99adcf81e53 (patch)
treecfd0cd66779aa623293a99d00a9d46521629d0f2 /sys
parent5b5438c6f3e82f56564e17f3b2497798a2d4099e (diff)
downloadsrc-066e1d1af3e6bae147d1c964a22be99adcf81e53.tar.gz
src-066e1d1af3e6bae147d1c964a22be99adcf81e53.zip
Rename a header protection macro.
Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=366701
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/iommu/iommu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/iommu/iommu.h b/sys/dev/iommu/iommu.h
index dfb4c3073e58..04b8bf8ce624 100644
--- a/sys/dev/iommu/iommu.h
+++ b/sys/dev/iommu/iommu.h
@@ -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_ */