mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 13:08:55 +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
|
|
|