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