![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #if IS_ENABLED(CONFIG_BATTERY_SAMSUNG_SDI) 0003 extern int samsung_sdi_battery_get_info(struct device *dev, 0004 const char *compatible, 0005 struct power_supply_battery_info **info); 0006 #else 0007 static inline int samsung_sdi_battery_get_info(struct device *dev, 0008 const char *compatible, 0009 struct power_supply_battery_info **info) 0010 { 0011 return -ENODEV; 0012 } 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |