mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
power/battery: support get battery cycle count
add ioctl cmd Signed-off-by: yezhonghui <yezhonghui@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
2b1c108819
commit
8a91155a0a
@@ -153,6 +153,8 @@ enum batio_operate_e
|
||||
BATIO_OPRTN_CAPACITY,
|
||||
BATIO_OPRTN_CHARGER_STATE,
|
||||
BATIO_OPRTN_HEALTH,
|
||||
BATIO_OPRTN_CYCLE_COUNT,
|
||||
BATIO_OPRTN_CYCLE_LEVEL,
|
||||
BATIO_OPRTN_END
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user