Modules§
- sys 🔒
 
Structs§
- Information about a serial device (16550-style UART) created by
add_serial_devices(). 
Enums§
Constants§
- Address for Serial ports in x86
 
Functions§
- Adds serial devices to the provided bus based on the serial parameters given.
 - Add serial options to the provided
cmdlinebased onserial_parameters.serial_io_typeshould be “io” if the platform uses x86-style I/O ports for serial devices or “mmio” if the serial ports are memory mapped. - Add the default serial parameters for serial ports that have not already been specified.