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_sci_rsci_data; 9 10 #endif /* __RSCI_H__ */ 11
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_sci_rsci_data; 9 10 #endif /* __RSCI_H__ */ 11