/* * (C) 2008 Intel. * * SPDX-License-Identifier: GPL-2.0-or-later * * Licensed under the GPL v2 or greater. */ #ifndef MB_APPLET_BATTERY_H #define MB_APPLET_BATTERY_H #include int pm_support(void); const char* pm_battery_icon(void); #endif