From 4dd111da2653e67bdddf70821967cddc5d39ec15 Mon Sep 17 00:00:00 2001 From: Benji Date: Mon, 4 Aug 2025 02:37:37 +0000 Subject: [PATCH] update services/init/bootstagehooker.c. Signed-off-by: Benji --- services/init/bootstagehooker.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/init/bootstagehooker.c b/services/init/bootstagehooker.c index 3cac2bf1d..f93b725e8 100755 --- a/services/init/bootstagehooker.c +++ b/services/init/bootstagehooker.c @@ -14,6 +14,8 @@ */ #include "bootstage.h" +test@@@@@@ + #define INIT_BOOTSTAGE_HOOK_NAME "bootstage" static HOOK_MGR *bootStageHookMgr = NULL; -- Gitee