mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
164 B
C
10 lines
164 B
C
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
|
|
#ifndef _MACHINE_IOMMU_H_
|
|
#define _MACHINE_IOMMU_H_
|
|
|
|
#include <arm64/iommu/iommu.h>
|
|
|
|
#endif /* !_MACHINE_IOMMU_H_ */
|