freebsd-src/sys/arm64/include/iommu.h
Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:24 -06:00

11 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_ */