/****************************************************************************** * * Copyright (c) 2020 ICT/CAS. * * Licensed under the O-RAN Software License, Version 1.0 (the "Software License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.o-ran.org/software * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * *******************************************************************************/ #ifndef _VOS_COMMON_H_ #define _VOS_COMMON_H_ #ifdef __cplusplus extern "C" { #endif #include "vos_lib.h" #include "vos_task.h" #include "vos_timer.h" #include "vos_module.h" #include "vos_sem.h" #include "vos_que.h" #include "vos_linklist.h" #include "vos_ctype.h" #include "vos_string.h" #include "vos_sysmsg.h" #include "vos_byteorder.h" #include "platform_module_names.h" #include "sys_main_api.h" #include "plat_syslog.h" #ifdef __cplusplus } #endif #endif /*_VOS_COMMON_H_*/