#ifndef _DYNREG_API_H_
#define _DYNREG_API_H_

#include "infra_types.h"
#include "infra_defs.h"

int32_t IOT_Dynamic_Register(iotx_http_region_types_t region, iotx_dev_meta_info_t *meta);

#endif

