hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
u-boot/include/spl_ab.h
....@@ -6,6 +6,7 @@
66 #ifndef _SPL_AB_H_
77 #define _SPL_AB_H_
88
9
+#include <spl.h>
910 #include <android_avb/libavb_ab.h>
1011 #include <android_avb/avb_ab_flow.h>
1112
....@@ -45,4 +46,13 @@
4546 */
4647 int spl_ab_decrease_tries(struct blk_desc *dev_desc);
4748
49
+/*
50
+ * spl_ab_decrease_reset
51
+ *
52
+ * @dev_desc: block description
53
+ *
54
+ * return: 0 success, others fail.
55
+ */
56
+int spl_ab_decrease_reset(struct blk_desc *dev_desc);
57
+
4858 #endif