* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fapi_5g / source / include / nr5g_fapi_log.h
index bc6901e..eb800f3 100644 (file)
@@ -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.
 
 #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_