Description: add hook framework

Change-Id: I45c37c3c92e74e676818e713fa46b3a9fe970e68
This commit is contained in:
arvinzzz
2021-04-01 11:26:49 +08:00
parent 9a9ffb0770
commit 62caa74382
17 changed files with 555 additions and 44 deletions

View File

@@ -203,10 +203,11 @@ enum LOS_MOUDLE_ID {
LOS_MOD_EVENT = 0x1c,
LOS_MOD_MUX = 0X1d,
LOS_MOD_CPUP = 0x1e,
LOS_MOD_HOOK = 0x1f,
LOS_MOD_SHELL = 0x31,
LOS_MOD_BUTT
};
/**
* @ingroup los_err
* Define the error magic word.
@@ -288,7 +289,7 @@ enum LOS_MOUDLE_ID {
goto ERR_HANDLER; \
} while (0)
#ifdef __cplusplus
#if __cplusplus
}