blob: 91ab6447275edb44f92e0a3b064f4de63454c92c [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2021 Gabriel Somlo
*
* Authors:
* Gabriel Somlo <gsomlo@gmail.com>
*/
#ifndef __SERIAL_LITEX_UART_H__
#define __SERIAL_LITEX_UART_H__
#include <sbi/sbi_types.h>
int litex_uart_init(unsigned long base);
#endif