1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * wm97xx client interface
4 *
5 * Copyright (C) 2017 Robert Jarzmik
6 */
7
8#ifndef __LINUX_MFD_WM97XX_H
9#define __LINUX_MFD_WM97XX_H
10
11struct regmap;
12struct wm97xx_batt_pdata;
13struct snd_ac97;
14
15struct wm97xx_platform_data {
16 struct snd_ac97 *ac97;
17 struct regmap *regmap;
18 struct wm97xx_batt_pdata *batt_pdata;
19};
20
21#endif
22

source code of linux/include/linux/mfd/wm97xx.h