ostd/arch/x86/device/
mod.rs

1// SPDX-License-Identifier: MPL-2.0
2
3//! Device-related APIs.
4
5pub mod io_port;
6pub mod serial;