/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2025 ISCAS * * Authors: * Icenowy Zheng */ #ifndef __SERIAL_ALTR_JUART_H__ #define __SERIAL_ALTR_JUART_H__ #include int altr_juart_init(unsigned long base); #endif