blob: d2cba278919f3620081c584e151f1a5ccc7f3156 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* TODO: Can this be made common? Kconfig option? */
#include <bl_uapp/bl_syscall_public.h>
#include <amdblocks/uart.h>
#include <types.h>
uintptr_t get_uart_base(unsigned int idx)
{
/* Mapping the UART is not supported. */
return 0;
}