X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Flib%2Fsrc%2Fxran_lib_mlog_tasks_id.h;h=46f264b86b97a2e8b36e453ec93fe994d874d729;hp=2c99c194bc6082e4e6c7149bcca04477f31baf6d;hb=cef07f74965b1749dd909fc1322e211489fea2ea;hpb=bc60e3a69129edf1c21a01683f84a77483f6e3cc diff --git a/fhi_lib/lib/src/xran_lib_mlog_tasks_id.h b/fhi_lib/lib/src/xran_lib_mlog_tasks_id.h index 2c99c19..46f264b 100644 --- a/fhi_lib/lib/src/xran_lib_mlog_tasks_id.h +++ b/fhi_lib/lib/src/xran_lib_mlog_tasks_id.h @@ -26,6 +26,10 @@ #ifndef _XRAN_TASK_ID_H_ #define _XRAN_TASK_ID_H_ +#ifdef __cplusplus +extern "C" { +#endif + #define RESOURCE_CORE_0 0 #define RESOURCE_CORE_1 1 #define RESOURCE_CORE_2 2 @@ -96,6 +100,9 @@ #define PID_PROCESS_CP_PKT 2700 +#ifdef __cplusplus +} +#endif #endif /* _XRAN_TASK_ID_H_ */