X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2Fvos_common.h;fp=Include%2Fvos_common.h;h=61487817ff5dbfd7d5a536a52607a4d63112c3af;hb=1f71b9a76eacf92b39c1ce6f782f8404a34f60a9;hp=0000000000000000000000000000000000000000;hpb=254694245736881ecfff4eb0d1503bf3f49a21be;p=scp%2Focu%2F5gnr.git diff --git a/Include/vos_common.h b/Include/vos_common.h new file mode 100644 index 0000000..6148781 --- /dev/null +++ b/Include/vos_common.h @@ -0,0 +1,35 @@ +/****************************************************************************** +############################################################################### +# Copyright (c) [2017-2020] [ICT/CAS] # +# Licensed under the ORAN Software License v1.0 (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_*/