Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/riscv/include/iommu.h
288955 views
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
12