rsmu.h 376 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Renesas Synchronization Management Unit (SMU) devices.
  4. *
  5. * Copyright (C) 2021 Integrated Device Technology, Inc., a Renesas Company.
  6. */
  7. #ifndef __RSMU_MFD_H
  8. #define __RSMU_MFD_H
  9. #include <linux/mfd/rsmu.h>
  10. int rsmu_core_init(struct rsmu_ddata *rsmu);
  11. void rsmu_core_exit(struct rsmu_ddata *rsmu);
  12. #endif /* __RSMU_MFD_H */