blob: 3513c66abc3213a75a7a131fe4f2ebb85d2b1e2e [file] [log] [blame]
/*
* Copyright (C) 2012 Motorola Mobility, LLC.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307, USA
*/
#ifndef _TFA9890_H
#define _TFA9890_H
struct tfa9890_pdata {
int reset_gpio;
int max_vol_steps;
};
#endif