xref: /linux/rust/kernel/iommu/mod.rs (revision c76350e7add86344beae4cd69fffdf63284a4bf5)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 //! Rust support related to IOMMU.
4 
5 pub mod pgtable;
6