summaryrefslogtreecommitdiffstats
path: root/rust/kernel/iommu/mod.rs
blob: 1423d7b19b578481af3174e39ce2e45bc8eb0eee (plain)
1
2
3
4
5
// SPDX-License-Identifier: GPL-2.0

//! Rust support related to IOMMU.

pub mod pgtable;