1 2 3 4 5 6 7 8
// SPDX-License-Identifier: MPL-2.0 //! Device-related APIs. //! This module mainly contains the APIs that should exposed to the device driver like PCI, RTC pub mod cmos; pub mod io_port; pub mod serial;