WXK
2024-10-28 1dc5055f4b71a49f82159f3a7ccf860ccc772ce8
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_ */