Charge: Add shipmode into battery_ioctl.h
which is used to let battery charger enter into shipmode Signed-off-by: weizhifang <weizhifang@xiaomi.com>
This commit is contained in:
parent
8306e0d175
commit
1d225aa7c3
|
@ -143,6 +143,7 @@ enum batio_operate_e
|
||||||
BATIO_OPRTN_SYSON,
|
BATIO_OPRTN_SYSON,
|
||||||
BATIO_OPRTN_RESET,
|
BATIO_OPRTN_RESET,
|
||||||
BATIO_OPRTN_WDOG,
|
BATIO_OPRTN_WDOG,
|
||||||
|
BATIO_OPRTN_SHIPMODE,
|
||||||
BATIO_OPRTN_END
|
BATIO_OPRTN_END
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue