Front Haul Interface Library first seed code contribution
[o-du/phy.git] / fhi_lib / lib / src / mlog_lnx_xRAN.h
1 /******************************************************************************
2 *
3 *   Copyright (c) 2019 Intel.
4 *
5 *   Licensed under the Apache License, Version 2.0 (the "License");
6 *   you may not use this file except in compliance with the License.
7 *   You may obtain a copy of the License at
8 *
9 *       http://www.apache.org/licenses/LICENSE-2.0
10 *
11 *   Unless required by applicable law or agreed to in writing, software
12 *   distributed under the License is distributed on an "AS IS" BASIS,
13 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 *   See the License for the specific language governing permissions and
15 *   limitations under the License.
16 *
17 *******************************************************************************/
18
19 #ifndef _MLOG_LNX_XRAN_H_
20 #define _MLOG_LNX_XRAN_H_
21
22 #ifdef __cplusplus
23 extern "C"
24 {
25 #endif
26
27 #define MLOG_FALSE                  ( 0 )
28
29 #define MLogOpen(a, b, c, d, e)     MLOG_FALSE
30 #define MLogRestart(a)              MLOG_FALSE
31 #define MLogPrint(a)                MLOG_FALSE
32 #define MLogGetFileLocation()       NULL
33 #define MLogGetFileSize()           0
34 #define MLogSetMask(a)              MLOG_FALSE
35 #define MLogGetMask()
36 #define MLogRegisterTick()
37 #define MLogTick()                  0
38 #define MLogIncrementCounter()      0
39 #define MLogTask(w,x,y)             0
40 #define MLogTaskCore(w,x,y,z)       0
41 #define MLogMark(x,y)
42 #define MLogDevInfo(x)
43 #define MLogRegisterFrameSubframe(x,y)
44 #define MLogAddVariables(x,y,z)
45 #define MLogGetStats(a, b, c, d, e) MLOG_FALSE
46 #define MLogGetAvgStats(a, b, c, d) MLOG_FALSE
47 #define MLogAddTestCase(a, b)       MLOG_FALSE
48 #define MLogAddPowerStats(a, b, c, d, e) MLOG_FALSE
49
50 #ifdef __cplusplus
51 }
52 #endif /* #ifdef __cplusplus */
53
54 #endif  /* #ifndef _MLOG_LNX_H_ */
55