xref: /linux/drivers/tty/serial/rsci.h (revision 1dd419145d090f8fdf149cbb39dea6d968659dd2)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __RSCI_H__
4 #define __RSCI_H__
5 
6 #include "sh-sci-common.h"
7 
8 extern struct sci_of_data of_rsci_rzg3e_data;
9 extern struct sci_of_data of_rsci_rzt2h_data;
10 
11 #endif /* __RSCI_H__ */
12