Revert "unicode: Don't special case ignorable code points"
[linux.git] / drivers / mfd / rsmu.h
blob1bb04cafa45d06ab69eaeb1376b28f3c5f723fff
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Renesas Synchronization Management Unit (SMU) devices.
5 * Copyright (C) 2021 Integrated Device Technology, Inc., a Renesas Company.
6 */
8 #ifndef __RSMU_MFD_H
9 #define __RSMU_MFD_H
11 #include <linux/mfd/rsmu.h>
13 #define RSMU_CM_SCSR_BASE 0x20100000
15 int rsmu_core_init(struct rsmu_ddata *rsmu);
16 void rsmu_core_exit(struct rsmu_ddata *rsmu);
18 #endif /* __RSMU_MFD_H */