WXK
2025-03-21 4c16cf5693d5df801fe4b54c52d945db2aa55b0e
1
2
3
4
5
6
7
8
9
#ifndef _UTIL_HIDO_LOCK_H_
#define _UTIL_HIDO_LOCK_H_
 
#include "HIDO_TypeDef.h"
 
HIDO_VOID HIDO_Lock(void);
HIDO_VOID HIDO_UnLock(void);
 
#endif /* _UTIL_HIDO_LOCK_H_ */