wm8994.h 497 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * wm8994.h -- WM8994 MFD internals
  4. *
  5. * Copyright 2011 Wolfson Microelectronics PLC.
  6. *
  7. * Author: Mark Brown <[email protected]>
  8. */
  9. #ifndef __MFD_WM8994_H__
  10. #define __MFD_WM8994_H__
  11. #include <linux/regmap.h>
  12. extern struct regmap_config wm1811_regmap_config;
  13. extern struct regmap_config wm8994_regmap_config;
  14. extern struct regmap_config wm8958_regmap_config;
  15. extern struct regmap_config wm8994_base_regmap_config;
  16. #endif