* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fhi_lib / lib / api / xran_mlog_lnx.h
index 88fcaa4..e42a8a6 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 *
-*   Copyright (c) 2019 Intel.
+*   Copyright (c) 2020 Intel.
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
@@ -32,9 +32,11 @@ extern "C"
 #define MLOG_FALSE                  ( 0 )
 
 #define MLogOpen(a, b, c, d, e)     MLOG_FALSE
+#define MLogSetup(a, b, c, d)       MLOG_FALSE
 #define MLogRestart(a)              MLOG_FALSE
 #define MLogPrint(a)                MLOG_FALSE
 #define MLogGetFileLocation()       NULL
+#define MLogGetFileName()           NULL
 #define MLogGetFileSize()           0
 #define MLogSetMask(a)              MLOG_FALSE
 #define MLogGetMask()
@@ -54,6 +56,9 @@ extern "C"
 
 #endif /* MLOG_ENABLED */
 
+void MLogXRANTask(uint32_t taskid, uint64_t ticksstart, uint64_t ticksstop);
+uint64_t MLogXRANTick(void);
+
 #ifdef __cplusplus
 }
 #endif /* #ifdef __cplusplus */