]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/mfd/wm97xx.h
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / include / linux / mfd / wm97xx.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
a5c6951c
RJ
2/*
3 * wm97xx client interface
4 *
5 * Copyright (C) 2017 Robert Jarzmik
a5c6951c
RJ
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