mirror of https://github.com/F-Stack/f-stack.git
12 lines
180 B
C
12 lines
180 B
C
|
/*-
|
||
|
* This file is in the public domain.
|
||
|
*/
|
||
|
/* $FreeBSD$ */
|
||
|
|
||
|
#ifndef _MACHINE_IOMMU_H_
|
||
|
#define _MACHINE_IOMMU_H_
|
||
|
|
||
|
#include <arm64/iommu/iommu.h>
|
||
|
|
||
|
#endif /* !_MACHINE_IOMMU_H_ */
|