David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * wm8994.h -- WM8994 MFD internals |
| 4 | * |
| 5 | * Copyright 2011 Wolfson Microelectronics PLC. |
| 6 | * |
| 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __MFD_WM8994_H__ |
| 11 | #define __MFD_WM8994_H__ |
| 12 | |
| 13 | #include <linux/regmap.h> |
| 14 | |
| 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; |
| 19 | |
| 20 | #endif |