Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Renesas Synchronization Management Unit (SMU) devices.
0004  *
0005  * Copyright (C) 2021 Integrated Device Technology, Inc., a Renesas Company.
0006  */
0007 
0008 #ifndef __RSMU_MFD_H
0009 #define __RSMU_MFD_H
0010 
0011 #include <linux/mfd/rsmu.h>
0012 
0013 int rsmu_core_init(struct rsmu_ddata *rsmu);
0014 void rsmu_core_exit(struct rsmu_ddata *rsmu);
0015 
0016 #endif /* __RSMU_MFD_H */