soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / soc / intel / tigerlake / uart.c
blobfa4760c11852f9de2f08a868d30c7e24d0d81ab1
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /*
4 * This file is created based on Intel Tiger Lake Processor PCH Datasheet
5 * Document number: 575857
6 * Chapter number: 9
7 */
9 #include <commonlib/helpers.h>
10 #include <soc/pci_devs.h>
12 const unsigned int uart_devices[] = {
13 PCH_DEVFN_UART0,
14 PCH_DEVFN_UART1,
15 PCH_DEVFN_UART2,
18 const int uart_devices_size = ARRAY_SIZE(uart_devices);