Expand description
Generic serial interface for kernel console output.
Provides a unified Uart16550Compat type and serial_print! /
serial_println! macros that delegate to the architecture-specific
UART implementation.
Re-exports§
pub use crate::arch::x86_64::serial::*;