X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Finclude%2Fnr5g_fapi_log.h;fp=fapi_5g%2Fsource%2Finclude%2Fnr5g_fapi_log.h;h=eb800f313004c89906d18752fc69ea6186e6440b;hp=bc6901eca45c7cd14cf4f830f580727c62edbf9c;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fapi_5g/source/include/nr5g_fapi_log.h b/fapi_5g/source/include/nr5g_fapi_log.h index bc6901e..eb800f3 100644 --- a/fapi_5g/source/include/nr5g_fapi_log.h +++ b/fapi_5g/source/include/nr5g_fapi_log.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2021 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,6 +28,11 @@ #define NR5G_FAPI_STATS_FNAME "FapiStats.txt" + +#ifdef __cplusplus +extern "C" { +#endif + typedef enum _nr5g_fapi_log_types_t { NONE_LOG = 0, INFO_LOG, // default @@ -99,4 +104,8 @@ uint16_t nr5g_fapi_statistic_info_print( uint16_t nr5g_fapi_statistic_info_set_all( ); +#ifdef __cplusplus +} +#endif + #endif // NR5G_FAPI_LOG_H_