/* * This file is part of the coreboot project. * * Copyright (C) 2019 Asami Doi . * * SPDX-License-Identifier: GPL-2.0-or-later */ #include #include uintptr_t uart_platform_base(int idx) { return VIRT_UART_BASE; }