O-RAN E Maintenance Release contribution for ODULOW
[o-du/phy.git] / fhi_lib / lib / api / xran_sync_api.h
index 2e98311..824aac4 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 *
-*   Copyright (c) 2019 Intel.
+*   Copyright (c) 2020 Intel.
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@
 *
 *******************************************************************************/
 
-
 /**
  * @brief This file provides interface to synchronization related APIs (PTP/1588)
  *        for XRAN.
 #ifndef _XRAN_SYNC_API_H_
 #define _XRAN_SYNC_API_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /**
  * @brief Function checks if machine is synchronized using PTP for Linux
  *        software.
@@ -38,4 +41,8 @@
  */
 int xran_is_synchronized(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _XRAN_SYNC_API_H_ */