From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- u-boot/include/spl_ab.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/u-boot/include/spl_ab.h b/u-boot/include/spl_ab.h index 6075555..f24d3ff 100644 --- a/u-boot/include/spl_ab.h +++ b/u-boot/include/spl_ab.h @@ -6,6 +6,7 @@ #ifndef _SPL_AB_H_ #define _SPL_AB_H_ +#include <spl.h> #include <android_avb/libavb_ab.h> #include <android_avb/avb_ab_flow.h> @@ -45,4 +46,13 @@ */ int spl_ab_decrease_tries(struct blk_desc *dev_desc); +/* + * spl_ab_decrease_reset + * + * @dev_desc: block description + * + * return: 0 success, others fail. + */ +int spl_ab_decrease_reset(struct blk_desc *dev_desc); + #endif -- Gitblit v1.6.2