xref: /freebsd/sys/riscv/include/iommu.h (revision bcecad2c24aa500913559c00f1be8b364a3ff150)
1 /*-
2  * This file is in the public domain.
3  */
4 
5 #ifndef	_MACHINE_IOMMU_H_
6 #define	_MACHINE_IOMMU_H_
7 
8 #include <riscv/iommu/iommu_frontend.h>
9 
10 #endif /* !_MACHINE_IOMMU_H_ */
11