X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Flib%2Fsrc%2Fmlog_lnx_xRAN.h;fp=fhi_lib%2Flib%2Fsrc%2Fmlog_lnx_xRAN.h;h=549404547f86636e213fed127bdf416ff6592bbf;hp=0000000000000000000000000000000000000000;hb=4745e5c88ba931c6d71cb6d8c681f76cf364eac5;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925 diff --git a/fhi_lib/lib/src/mlog_lnx_xRAN.h b/fhi_lib/lib/src/mlog_lnx_xRAN.h new file mode 100644 index 0000000..5494045 --- /dev/null +++ b/fhi_lib/lib/src/mlog_lnx_xRAN.h @@ -0,0 +1,55 @@ +/****************************************************************************** +* +* 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 _MLOG_LNX_XRAN_H_ +#define _MLOG_LNX_XRAN_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#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 + +#ifdef __cplusplus +} +#endif /* #ifdef __cplusplus */ + +#endif /* #ifndef _MLOG_LNX_H_ */ +