| /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| * Include file for NEC VR4100 series Serial Interface Unit. |
| * Copyright (C) 2005-2008 Yoichi Yuasa <yuasa@linux-mips.org> |
| #ifndef __NEC_VR41XX_SIU_H |
| #define __NEC_VR41XX_SIU_H |
| extern void vr41xx_select_siu_interface(siu_interface_t interface); |
| extern void vr41xx_use_irda(irda_use_t use); |
| extern void vr41xx_select_irda_module(irda_module_t module, irda_speed_t speed); |
| #ifdef CONFIG_SERIAL_VR41XX_CONSOLE |
| extern void vr41xx_siu_early_setup(struct uart_port *port); |
| static inline void vr41xx_siu_early_setup(struct uart_port *port) {} |
| #endif /* __NEC_VR41XX_SIU_H */ |