Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
z2_battery.h
Go to the documentation of this file.
1 #ifndef _LINUX_Z2_BATTERY_H
2 #define _LINUX_Z2_BATTERY_H
3 
11  int batt_div;
12  int batt_mult;
13  int batt_tech;
14  char *batt_name;
15 };
16 
17 #endif