TuyaOS
include
components
svc_upgrade
include
user_public_key.h
1
10
#ifndef __TUYA_USER_PUBLIC_KEY_H__
11
#define __TUYA_USER_PUBLIC_KEY_H__
12
13
#include"stdint.h"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
#if defined(ENABLE_FIRMWARE_SIGN_USER) && (ENABLE_FIRMWARE_SIGN_USER == 1)
20
extern
int32_t load_sign_user_pub_key(
void
);
21
#endif
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
制作者
1.9.4