We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f562f commit d8140caCopy full SHA for d8140ca
acpi/src/lib.rs
@@ -73,7 +73,11 @@ pub use crate::platform::{interrupt::InterruptModel, PlatformInfo};
73
#[cfg(feature = "allocator_api")]
74
pub mod platform;
75
76
-pub use crate::{fadt::PowerProfile, hpet::HpetInfo, madt::MadtError, mcfg::PciConfigRegions};
+#[cfg(feature = "allocator_api")]
77
+pub use crate::mcfg::PciConfigRegions;
78
+
79
+pub use crate::{fadt::PowerProfile, hpet::HpetInfo, madt::MadtError};
80
81
pub use rsdp::{
82
handler::{AcpiHandler, PhysicalMapping},
83
RsdpError,
0 commit comments