The serial interface

References:



[Here i want to write something about the serial interface in the Linux kernel ...]
The serial structure serial_struct is defined in the header file include/linux/serial.h. Among the others it contains the following fields
The serial_icounter_struct contains the interrupt counters (this structure is replicated by the async_icount, in which all the fields are __u32),

Marco Corvi - 2003