summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/uart.h
blob: fbc7457cde66001ab14e021a1e7975556e499dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __SOC_CAVIUM_COMMON_INCLUDE_SOC_UART_H
#define __SOC_CAVIUM_COMMON_INCLUDE_SOC_UART_H

#include <stdint.h>
#include <types.h>

int uart_is_enabled(const size_t bus);
int uart_setup(const size_t bus, int baudrate);

#endif	/* __SOC_CAVIUM_COMMON_INCLUDE_SOC_UART_H */