/* SPDX-License-Identifier: GPL-2.0-only */ #include #include const unsigned int uart_devices[] = { PCH_DEVFN_UART0, PCH_DEVFN_UART1, PCH_DEVFN_UART2, }; const int uart_devices_size = ARRAY_SIZE(uart_devices);