1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

iommu.h: improve header self-sufficiency

The header embeds struct task into defined structures.  Also it needs
the PCI_BUSMAX constant.

Sponsored by:	Advanced Micro Devices (AMD)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2024-10-13 12:45:41 +03:00
parent ec22e705c2
commit 26ff9d2050

View File

@ -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;