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