#ifndef __SMART_BATTERY_H__ #define __SMART_BATTERY_H__ int battery_acpi_driver_init(void); void battery_acpi_driver_exit(void); #endif