--- zzzz-none-000/linux-4.9.279/include/linux/serial_core.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/linux/serial_core.h 2023-02-08 10:58:16.000000000 +0000 @@ -17,6 +17,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #ifndef LINUX_SERIAL_CORE_H #define LINUX_SERIAL_CORE_H @@ -250,6 +254,7 @@ const struct attribute_group **tty_groups; /* all attributes (serial core use only) */ struct serial_rs485 rs485; void *private_data; /* generic platform data pointer */ + unsigned int histogram_RX_stats [16]; /*histogram of number of bytes read from the fifo at interrupt */ }; static inline int serial_port_in(struct uart_port *up, int offset)