diff --git a/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h b/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h index 632207cd..e19d49ae 100644 --- a/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h +++ b/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h @@ -55,7 +55,9 @@ * * @par Description: * This API is used to register a startup module to the startup process. - * + * @@周旭阳 在启动框架中,在同一_level内,启动顺序按注册的函数名排序。 * 如果调用此接口后没有注册启动过程,请尝试将-u_hook添加到liteos_tables_ldflags.mk中 + * @@周旭阳 此 API 用于将启动模块注册到启动流程。 + * @attention *