From: Andy G. <ag...@us...> - 2002-11-20 03:18:49
|
Update of /cvsroot/acpi/ospmd/ospmd/inc In directory sc8-pr-cvs1:/tmp/cvs-serv8945/ospmd/inc Modified Files: power.h Log Message: change function names for thermal-related funcs Index: power.h =================================================================== RCS file: /cvsroot/acpi/ospmd/ospmd/inc/power.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- power.h 20 Nov 2002 01:07:58 -0000 1.5 +++ power.h 20 Nov 2002 03:18:46 -0000 1.6 @@ -410,6 +410,7 @@ int pm_get_processor_info(PROCESSOR_PERF* perf_info); int pm_get_batt_presence(BATTERY_PRESENCE* batt_pres); +/* TODO: change "info" to "data"? */ int pm_get_batt_info(int batt_num, ALL_BAT_DATA* batt_info); int pm_get_ac_presence(ALL_AC_ADAPTERS* ac_info); int pm_set_button_actions(BUTTON_ACTIONS* abc); @@ -417,7 +418,7 @@ int pm_get_power_schemes(PWR_SCHEME_LIST* power_list); int pm_set_power_schemes(PWR_SCHEME_LIST* power_list); -int pm_thermal_get_data (PM_THERMAL_DATA* thermal_data); +int pm_get_thermal_data (PM_THERMAL_DATA* thermal_data); void *pm_event_listen_start(void (*func_ptr)(OSPMD_EVENT* ev)); int pm_event_listen_stop(void* handle); |