O-CU-UP
[scp/ocu/5gnr.git] / Include / vos_common.h
diff --git a/Include/vos_common.h b/Include/vos_common.h
new file mode 100644 (file)
index 0000000..6148781
--- /dev/null
@@ -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_*/