Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * wm8994.h -- WM8994 MFD internals
0004  *
0005  * Copyright 2011 Wolfson Microelectronics PLC.
0006  *
0007  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
0008  */
0009 
0010 #ifndef __MFD_WM8994_H__
0011 #define __MFD_WM8994_H__
0012 
0013 #include <linux/regmap.h>
0014 
0015 extern struct regmap_config wm1811_regmap_config;
0016 extern struct regmap_config wm8994_regmap_config;
0017 extern struct regmap_config wm8958_regmap_config;
0018 extern struct regmap_config wm8994_base_regmap_config;
0019 
0020 #endif