staging: wfx: fix rate control handling
[linux/fpc-iii.git] / drivers / mfd / wm8994.h
blobc3ae008fd9cc1d7f499699723d1710f9b3a3945f
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * wm8994.h -- WM8994 MFD internals
5 * Copyright 2011 Wolfson Microelectronics PLC.
7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
8 */
10 #ifndef __MFD_WM8994_H__
11 #define __MFD_WM8994_H__
13 #include <linux/regmap.h>
15 extern struct regmap_config wm1811_regmap_config;
16 extern struct regmap_config wm8994_regmap_config;
17 extern struct regmap_config wm8958_regmap_config;
18 extern struct regmap_config wm8994_base_regmap_config;
20 #endif