linux/rust/kernel/iommu/mod.rs

6 lines
90 B
Rust

// SPDX-License-Identifier: GPL-2.0
//! Rust support related to IOMMU.
pub mod pgtable;