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