O-CU-UP
[scp/ocu/5gnr.git] / Include / vos_common.h
1 /******************************************************************************
2 ###############################################################################
3 #   Copyright (c) [2017-2020] [ICT/CAS]                                        #
4 #   Licensed under the ORAN Software License v1.0 (License)             #
5 ###############################################################################
6         ******************************************************************************/
7
8 #ifndef _VOS_COMMON_H_
9 #define _VOS_COMMON_H_
10
11 #ifdef __cplusplus
12     extern "C" {
13 #endif
14
15 #include "vos_lib.h"
16 #include "vos_task.h"
17 #include "vos_timer.h"
18 #include "vos_module.h"
19 #include "vos_sem.h"
20 #include "vos_que.h"
21 #include "vos_linklist.h"
22 #include "vos_ctype.h"
23 #include "vos_string.h"
24 #include "vos_sysmsg.h"
25 #include "vos_byteorder.h"
26 #include "platform_module_names.h"
27 #include "sys_main_api.h"
28 #include "plat_syslog.h"
29
30
31 #ifdef __cplusplus
32     }
33 #endif
34
35 #endif /*_VOS_COMMON_H_*/