1 /*
2  * Copyright (C) 2015-2018 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __AWSS_EVENT_H__
6 #define __AWSS_EVENT_H__
7 
8 #if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */
9 extern "C" {
10 #endif
11 
12 int awss_event_post(int event);
13 
14 #if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */
15 }
16 #endif
17 
18 #endif
19