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
z2_battery.h
Go to the documentation of this file.
1
#ifndef _LINUX_Z2_BATTERY_H
2
#define _LINUX_Z2_BATTERY_H
3
4
struct
z2_battery_info
{
5
int
batt_I2C_bus
;
6
int
batt_I2C_addr
;
7
int
batt_I2C_reg
;
8
int
charge_gpio
;
9
int
min_voltage
;
10
int
max_voltage
;
11
int
batt_div
;
12
int
batt_mult
;
13
int
batt_tech
;
14
char
*
batt_name
;
15
};
16
17
#endif
Generated on Thu Jan 10 2013 14:52:52 for Linux Kernel by
1.8.2