Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
generic-adc-battery.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012, Anish Kumar <[email protected]>
3  * This program is free software; you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License version 2 as
5  * published by the Free Software Foundation.
6  */
7 
8 #ifndef GENERIC_ADC_BATTERY_H
9 #define GENERIC_ADC_BATTERY_H
10 
23  int (*cal_charge)(long value);
27 };
28 
29 #endif /* GENERIC_ADC_BATTERY_H */