1 /*
2  * Copyright (C) 2015-2018 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __AWSS_DEV_RESET_H__
6 #define __AWSS_DEV_RESET_H__
7 
8 #include <stdio.h>
9 
10 #if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */
11 extern "C" {
12 #endif
13 
14 int awss_report_reset_to_cloud();
15 int awss_report_reset();
16 int awss_check_reset();
17 int awss_stop_report_reset();
18 #if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */
19 }
20 #endif
21 #endif
22