git: c0c550c1a366 - stable/14 - iommu.h: improve header self-sufficiency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Oct 2024 00:34:45 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=c0c550c1a36691e55a25511c847931f62391242b
commit c0c550c1a36691e55a25511c847931f62391242b
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-10-13 09:45:41 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-10-20 00:33:03 +0000
iommu.h: improve header self-sufficiency
(cherry picked from commit 26ff9d2050a11449211644c6cb83cda7d94a785a)
---
sys/dev/iommu/iommu.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys/dev/iommu/iommu.h b/sys/dev/iommu/iommu.h
index 73d0a6f1279b..f425024117d3 100644
--- a/sys/dev/iommu/iommu.h
+++ b/sys/dev/iommu/iommu.h
@@ -31,9 +31,11 @@
#ifndef _DEV_IOMMU_IOMMU_H_
#define _DEV_IOMMU_IOMMU_H_
+#include <sys/_task.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
#include <dev/iommu/iommu_types.h>
+#include <dev/pci/pcireg.h>
struct bus_dma_tag_common;
struct iommu_map_entry;