1 /* 2 * Copyright (C) 2015-2018 Alibaba Group Holding Limited 3 */ 4 5 #ifndef __IOT_IMPORT_AWSS_H__ 6 #define __IOT_IMPORT_AWSS_H__ 7 8 #include "linkkit/infra/infra_types.h" 9 #include "linkkit/infra/infra_defs.h" 10 11 #ifdef __cplusplus 12 extern "C" { 13 #endif 14 15 #ifndef _IN_ 16 #define _IN_ 17 #endif 18 #ifndef _OU_ 19 #define _OU_ 20 #endif 21 #ifndef _IN_OPT_ 22 #define _IN_OPT_ 23 #endif 24 25 #ifdef __cplusplus 26 } 27 #endif 28 29 #endif /* __IOT_IMPORT_AWSS_H__ */ 30