1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Renesas Synchronization Management Unit (SMU) devices.
5 * Copyright (C) 2021 Integrated Device Technology, Inc., a Renesas Company.
11 #include <linux/mfd/rsmu.h>
13 int rsmu_core_init(struct rsmu_ddata *rsmu);
14 void rsmu_core_exit(struct rsmu_ddata *rsmu);
16 #endif /* __RSMU_MFD_H */