22 lines
625 B
C
22 lines
625 B
C
|
/*
|
||
|
* linux/mfd/wm831x/regulator.h -- Regulator definitons for wm831x
|
||
|
*
|
||
|
* Copyright 2009 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 as published by the
|
||
|
* Free Software Foundation; either version 2 of the License, or (at your
|
||
|
* option) any later version.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __MFD_WM831X_REGULATOR_H__
|
||
|
#define __MFD_WM831X_REGULATOR_H__
|
||
|
|
||
|
#define WM831X_ISINK_MAX_ISEL 56
|
||
|
extern int wm831x_isinkv_values[WM831X_ISINK_MAX_ISEL];
|
||
|
|
||
|
#endif
|