Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
[linux-2.6/btrfs-unstable.git] / include / linux / mfd / wm97xx.h
blob45fb54f19d097da04e4b4109a8d8478fc4bfcf25
1 /*
2 * wm97xx client interface
4 * Copyright (C) 2017 Robert Jarzmik
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
12 #ifndef __LINUX_MFD_WM97XX_H
13 #define __LINUX_MFD_WM97XX_H
15 struct regmap;
16 struct wm97xx_batt_pdata;
17 struct snd_ac97;
19 struct wm97xx_platform_data {
20 struct snd_ac97 *ac97;
21 struct regmap *regmap;
22 struct wm97xx_batt_pdata *batt_pdata;
25 #endif