!182 fix: add API LOS_HwiCreate、LOS_HwiDelete

Merge pull request !182 from kenneth/HWI
This commit is contained in:
openharmony_ci 2021-06-21 12:38:07 +08:00 committed by Gitee
commit 8df07fe3cc
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ extern VOID __stack_chk_fail(VOID);
UINT32 HalIsIntActive(VOID);
#define OS_INT_ACTIVE (HalIsIntActive())
#define OS_INT_INACTIVE (!(OS_INT_ACTIVE))
#define LOS_HwiCreate HalHwiCreate
#define LOS_HwiDelete HalHwiDelete
/**
* @ingroup los_interrupt