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