aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/uart.h
blob: 95d73237f76830caf04cfeeca9d789df01703254 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_BLOCK_UART_H
#define AMD_BLOCK_UART_H

#include <types.h>

uintptr_t get_uart_base(unsigned int idx); /* get MMIO base address of FCH UART */

#endif /* AMD_BLOCK_UART_H */