// SPDX-License-Identifier: MPL-2.0
//! The IOMMU support.
use crate;
/// An enumeration representing possible errors related to IOMMU.
///
/// # Safety
///
/// Mapping an incorrect address may lead to a kernel data leak.
pub unsafe
pub
pub
pub