* 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 e0913c7..e42a8a6 100644 (file)
@@ -32,6 +32,7 @@ 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
@@ -55,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 */