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