Modify licenses
[scp/ocu/5gnr.git] / Include / vos_common.h
1 /******************************************************************************
2 *
3 *   Copyright (c) 2020 ICT/CAS.
4 *
5 *   Licensed under the O-RAN Software License, Version 1.0 (the "Software License");
6 *   you may not use this file except in compliance with the License.
7 *   You may obtain a copy of the License at
8 *
9 *       https://www.o-ran.org/software
10 *
11 *   Unless required by applicable law or agreed to in writing, software
12 *   distributed under the License is distributed on an "AS IS" BASIS,
13 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 *   See the License for the specific language governing permissions and
15 *   limitations under the License.
16 *
17 *******************************************************************************/
18
19
20 #ifndef _VOS_COMMON_H_
21 #define _VOS_COMMON_H_
22
23 #ifdef __cplusplus
24     extern "C" {
25 #endif
26
27 #include "vos_lib.h"
28 #include "vos_task.h"
29 #include "vos_timer.h"
30 #include "vos_module.h"
31 #include "vos_sem.h"
32 #include "vos_que.h"
33 #include "vos_linklist.h"
34 #include "vos_ctype.h"
35 #include "vos_string.h"
36 #include "vos_sysmsg.h"
37 #include "vos_byteorder.h"
38 #include "platform_module_names.h"
39 #include "sys_main_api.h"
40 #include "plat_syslog.h"
41
42
43 #ifdef __cplusplus
44     }
45 #endif
46
47 #endif /*_VOS_COMMON_H_*/