summaryrefslogtreecommitdiff
path: root/include/sbi_utils/serial/altr-juart.h
blob: 1304ee0809bae4e245476c0de106056791ce0d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2025 ISCAS
 *
 * Authors:
 *   Icenowy Zheng <[email protected]>
 */

#ifndef __SERIAL_ALTR_JUART_H__
#define __SERIAL_ALTR_JUART_H__

#include <sbi/sbi_types.h>

int altr_juart_init(unsigned long base);

#endif