mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
19 lines
238 B
C
19 lines
238 B
C
|
|
#ifndef SKE_SECURE_PORT_H
|
||
|
|
#define SKE_SECURE_PORT_H
|
||
|
|
|
||
|
|
#include <ske.h>
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
void ske_sec_enable_secure_port(u16 sp_key_idx);
|
||
|
|
void ske_sec_disable_secure_port(void);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|