TSG-15458 基于Sentinel LDK的C API检查软锁/硬锁的授权是否有效
This commit is contained in:
17
platform/include/hasp_verify.h
Normal file
17
platform/include/hasp_verify.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _HASP_VERIFY_H
|
||||
#define _HASP_VERIFY_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void hasp_verify(uint64_t feature_id, uint64_t interval_s);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user