Linux 4.16-rc1
[cris-mirror.git] / include / linux / regulator / arizona-micsupp.h
blob616842619c0084928c4aaee5dbc4f441cfc60c6a
1 /*
2 * Platform data for Arizona micsupp regulator
4 * Copyright 2017 Cirrus Logic
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef ARIZONA_MICSUPP_H
12 #define ARIZONA_MICSUPP_H
14 struct regulator_init_data;
16 struct arizona_micsupp_pdata {
17 /** Regulator configuration for micsupp */
18 const struct regulator_init_data *init_data;
21 #endif