Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
power
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
21
struct
gab_platform_data
{
22
struct
power_supply_info
battery_info
;
23
int
(*
cal_charge
)(
long
value
);
24
int
gpio_charge_finished
;
25
bool
gpio_inverted
;
26
int
jitter_delay
;
27
};
28
29
#endif
/* GENERIC_ADC_BATTERY_H */
Generated on Thu Jan 10 2013 14:52:24 for Linux Kernel by
1.8.2