asterinas/framework/aster-frame/src/arch/x86/kernel/mod.rs

9 lines
151 B
Rust

// SPDX-License-Identifier: MPL-2.0
pub(super) mod acpi;
pub(super) mod apic;
pub(super) mod pic;
pub(super) mod tsc;
pub use apic::ioapic::IO_APIC;