This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cf8c25292 drivers/power/battery: add charge/battery health interface 
support
2cf8c25292 is described below

commit 2cf8c25292c822a920ea33133763699f0fb298c4
Author: dongjiuzhu1 <dongjiuz...@xiaomi.com>
AuthorDate: Thu Jul 11 15:49:44 2024 +0800

    drivers/power/battery: add charge/battery health interface support
    
    Signed-off-by: liangdongdong<liangdongd...@xiaomi.com>
    Signed-off-by: dongjiuzhu1 <dongjiuz...@xiaomi.com>
---
 include/nuttx/power/battery_ioctl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/nuttx/power/battery_ioctl.h 
b/include/nuttx/power/battery_ioctl.h
index 966e9dff28..939f17fdd6 100644
--- a/include/nuttx/power/battery_ioctl.h
+++ b/include/nuttx/power/battery_ioctl.h
@@ -150,6 +150,7 @@ enum batio_operate_e
   BATIO_OPRTN_VBUS_STATE,
   BATIO_OPRTN_CAPACITY,
   BATIO_OPRTN_CHARGER_STATE,
+  BATIO_OPRTN_HEALTH,
   BATIO_OPRTN_END
 };
 

Reply via email to