9ceb218f80
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
213 B
C
11 lines
213 B
C
#ifndef _DEV_SIGN_H_
|
|
#define _DEV_SIGN_H_
|
|
|
|
#include "infra_types.h"
|
|
#include "infra_defs.h"
|
|
|
|
int32_t IOT_Sign_MQTT(iotx_mqtt_region_types_t region, iotx_dev_meta_info_t *meta, iotx_sign_mqtt_t *signout);
|
|
#endif
|
|
|
|
|