aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/include/iommu.h
blob: 98c6661aa8e30b1937893cbfca611afff59eb69d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*-
 * This file is in the public domain.
 */

#ifndef	_MACHINE_IOMMU_H_
#define	_MACHINE_IOMMU_H_

#include <x86/include/busdma_impl.h>
#include <x86/iommu/intel_reg.h>
#include <x86/iommu/x86_iommu.h>
#include <x86/iommu/intel_dmar.h>

#endif /* !_MACHINE_IOMMU_H_ */