/* * wm5102.h -- WM5102 MFD internals * * Copyright 2012 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#ifndef _WM5102_H#define _WM5102_H#include <linux/regmap.h>#include <linux/pm.h>structwm_arizona;externconststructregmap_configwm5102_i2c_regmap;externconststructregmap_configwm5102_spi_regmap;externconststructdev_pm_opsarizona_pm_ops;externconststructregmap_irq_chipwm5102_aod;externconststructregmap_irq_chipwm5102_irq;intarizona_dev_init(structarizona*arizona);intarizona_dev_exit(structarizona*arizona);intarizona_irq_init(structarizona*arizona);intarizona_irq_exit(structarizona*arizona);#endif