X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frlog%2Frl_platform.h;fp=src%2F5gnrpdcp%2Fpj_ptsec.x;h=f90f4c58235b2ff616aa4d6b3e6aa1f1fb34f75a;hb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;hp=b47bee5042e0e0b9ef4701fb1803514bdce1f2c5;hpb=9ffd4692faec97b8457ef0428549b7bfa7a6bb82;p=o-du%2Fl2.git diff --git a/src/5gnrpdcp/pj_ptsec.x b/src/rlog/rl_platform.h similarity index 70% rename from src/5gnrpdcp/pj_ptsec.x rename to src/rlog/rl_platform.h index b47bee504..f90f4c582 100755 --- a/src/5gnrpdcp/pj_ptsec.x +++ b/src/rlog/rl_platform.h @@ -17,37 +17,30 @@ *******************************************************************************/ /********************************************************************20** - - Name: LTE PDCP-PAL Interface file - - Type: C include file - - Desc: This file contains all the data structures and - prototypes for LTE PDCP. - - File: pj_ptsec.x - + + Name: Radisys Logging Framework + Type: C include file + Desc: This file contains logging framework include file. + File: rl_interface.h + *********************************************************************21*/ -/** @file pj_ptsec.x -@brief PDCP Product Structures, prototypes -*/ +/*************************************************************************** +@ description: This is header file is used for platform specific +implementaion. +****************************************************************************/ -#ifndef __PJPTSECPALX__ -#define __PJPTSECPALX__ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +#ifndef __RL_PLATFORME_H__ -EXTERN S16 pjUtlChekTxEnqReq ARGS ((PjCb *gCb, PjDlRbCb *pjRbCb, PjTxEnt *txEnt)); -#ifdef __cplusplus -} -#endif /* __cplusplus */ +void* rlAlloc(size_t memSize); +void rlFree(void* pMem); +void* rlCalloc(size_t memSize); +void deInitThread(void* pThreadData); +void* rlGetThreadSpecData(void); +void rlSetThreadSpecificData(const void *pThrData); +void rlInitPlatformSpecific(void); -#endif /* __PJPTSECPALX__ */ +#endif /* __RL_PLATFORME_H__ */ - -/********************************************************************30** - +/********************************************************************** End of file **********************************************************************/