Front Haul Interface Library update to third seed code contribution
[o-du/phy.git] / fhi_lib / lib / api / xran_mlog_lnx.h
index 1c08af3..88fcaa4 100644 (file)
@@ -1,62 +1,62 @@
-/******************************************************************************\r
-*\r
-*   Copyright (c) 2019 Intel.\r
-*\r
-*   Licensed under the Apache License, Version 2.0 (the "License");\r
-*   you may not use this file except in compliance with the License.\r
-*   You may obtain a copy of the License at\r
-*\r
-*       http://www.apache.org/licenses/LICENSE-2.0\r
-*\r
-*   Unless required by applicable law or agreed to in writing, software\r
-*   distributed under the License is distributed on an "AS IS" BASIS,\r
-*   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-*   See the License for the specific language governing permissions and\r
-*   limitations under the License.\r
-*\r
-*******************************************************************************/\r
-\r
-#ifndef _XRAN_MLOG_LNX_H_\r
-#define _XRAN_MLOG_LNX_H_\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-#ifdef MLOG_ENABLED\r
-#include <mlog_lnx.h>\r
-#else\r
-\r
-/* stubs for MLOG functions */\r
-#define MLOG_FALSE                  ( 0 )\r
-\r
-#define MLogOpen(a, b, c, d, e)     MLOG_FALSE\r
-#define MLogRestart(a)              MLOG_FALSE\r
-#define MLogPrint(a)                MLOG_FALSE\r
-#define MLogGetFileLocation()       NULL\r
-#define MLogGetFileSize()           0\r
-#define MLogSetMask(a)              MLOG_FALSE\r
-#define MLogGetMask()\r
-#define MLogRegisterTick()\r
-#define MLogTick()                  0\r
-#define MLogIncrementCounter()      0\r
-#define MLogTask(w,x,y)             0\r
-#define MLogTaskCore(w,x,y,z)       0\r
-#define MLogMark(x,y)\r
-#define MLogDevInfo(x)\r
-#define MLogRegisterFrameSubframe(x,y)\r
-#define MLogAddVariables(x,y,z)\r
-#define MLogGetStats(a, b, c, d, e) MLOG_FALSE\r
-#define MLogGetAvgStats(a, b, c, d) MLOG_FALSE\r
-#define MLogAddTestCase(a, b)       MLOG_FALSE\r
-#define MLogAddPowerStats(a, b, c, d, e) MLOG_FALSE\r
-\r
-#endif /* MLOG_ENABLED */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif /* #ifdef __cplusplus */\r
-\r
-#endif  /* #ifndef _XRAN_MLOG_LNX_H_ */\r
-\r
+/******************************************************************************
+*
+*   Copyright (c) 2019 Intel.
+*
+*   Licensed under the Apache License, Version 2.0 (the "License");
+*   you may not use this file except in compliance with the License.
+*   You may obtain a copy of the License at
+*
+*       http://www.apache.org/licenses/LICENSE-2.0
+*
+*   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 _XRAN_MLOG_LNX_H_
+#define _XRAN_MLOG_LNX_H_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+#ifdef MLOG_ENABLED
+#include <mlog_lnx.h>
+#else
+
+/* stubs for MLOG functions */
+#define MLOG_FALSE                  ( 0 )
+
+#define MLogOpen(a, b, c, d, e)     MLOG_FALSE
+#define MLogRestart(a)              MLOG_FALSE
+#define MLogPrint(a)                MLOG_FALSE
+#define MLogGetFileLocation()       NULL
+#define MLogGetFileSize()           0
+#define MLogSetMask(a)              MLOG_FALSE
+#define MLogGetMask()
+#define MLogRegisterTick()
+#define MLogTick()                  0
+#define MLogIncrementCounter()      0
+#define MLogTask(w,x,y)             0
+#define MLogTaskCore(w,x,y,z)       0
+#define MLogMark(x,y)
+#define MLogDevInfo(x)
+#define MLogRegisterFrameSubframe(x,y)
+#define MLogAddVariables(x,y,z)
+#define MLogGetStats(a, b, c, d, e) MLOG_FALSE
+#define MLogGetAvgStats(a, b, c, d) MLOG_FALSE
+#define MLogAddTestCase(a, b)       MLOG_FALSE
+#define MLogAddPowerStats(a, b, c, d, e) MLOG_FALSE
+
+#endif /* MLOG_ENABLED */
+
+#ifdef __cplusplus
+}
+#endif /* #ifdef __cplusplus */
+
+#endif  /* #ifndef _XRAN_MLOG_LNX_H_ */
+