diff options
Diffstat (limited to 'drivers/mfd/wm8994.h')
-rw-r--r-- | drivers/mfd/wm8994.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/mfd/wm8994.h b/drivers/mfd/wm8994.h new file mode 100644 index 000000000000..bf2bdc1ede38 --- /dev/null +++ b/drivers/mfd/wm8994.h | |||
@@ -0,0 +1,24 @@ | |||
1 | /* | ||
2 | * wm8994.h -- WM8994 MFD internals | ||
3 | * | ||
4 | * Copyright 2011 Wolfson Microelectronics PLC. | ||
5 | * | ||
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | ||
14 | |||
15 | #ifndef __MFD_WM8994_H__ | ||
16 | #define __MFD_WM8994_H__ | ||
17 | |||
18 | #include <linux/regmap.h> | ||
19 | |||
20 | extern struct regmap_config wm1811_regmap_config; | ||
21 | extern struct regmap_config wm8994_regmap_config; | ||
22 | extern struct regmap_config wm8958_regmap_config; | ||
23 | |||
24 | #endif | ||