upload tizen1.0 source
[kernel/linux-2.6.36.git] / include / linux / max8922-charger.h
1 /*
2  *  Copyright (C) 2011 Samsung Electronics
3  *
4  *  <ms925.kim@samsung.com>
5  *
6  * This program is not provided / owned by Maxim Integrated Products.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  */
12
13 #ifndef __MAX8922_CHARGER_H_
14 #define __MAX8922_CHARGER_H_    __FILE__
15
16 struct max8922_platform_data {
17         int     (*topoff_cb)(void);
18         int     (*cfg_gpio)(void);
19         int     gpio_chg_en;
20         int     gpio_chg_ing;
21         int     gpio_ta_nconnected;
22         struct  regulator_init_data *init_data;
23 };
24
25 #endif /* __MAX8922_CHARGER_H_ */