rsci.h 224 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __RSCI_H__
  3. #define __RSCI_H__
  4. #include "sh-sci-common.h"
  5. extern struct sci_of_data of_rsci_rzg3e_data;
  6. extern struct sci_of_data of_rsci_rzt2h_data;
  7. #endif /* __RSCI_H__ */