X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fss_queue.x;h=388bd9464b7e34a7c196d39b4198692179190ea7;hb=6178d5e32f0c57e198de80afc23b92c635e4f6df;hp=fba9b0daabc8baa8eb66076ec2208ba063073eee;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/mt/ss_queue.x b/src/mt/ss_queue.x index fba9b0daa..388bd9464 100755 --- a/src/mt/ss_queue.x +++ b/src/mt/ss_queue.x @@ -45,22 +45,22 @@ typedef struct ssDmndQ * bitmask */ Queue queue[SS_MAX_NUM_DQ]; /* the queues */ #ifndef TENB_RTLIN_CHANGES - U8 bitMask[SS_DQ_BIT_MASK_LEN]; /* bit mask */ + uint8_t bitMask[SS_DQ_BIT_MASK_LEN]; /* bit mask */ #endif } SsDmndQ; /* functions */ -EXTERN S16 ssInitDmndQ ARGS((SsDmndQ *queue)); -EXTERN S16 ssDestroyDmndQ ARGS((SsDmndQ *queue)); -EXTERN S16 ssDmndQPut ARGS((SsDmndQ *queue, Buffer *mBuf, \ +S16 ssInitDmndQ ARGS((SsDmndQ *queue)); +S16 ssDestroyDmndQ ARGS((SsDmndQ *queue)); +S16 ssDmndQPut ARGS((SsDmndQ *queue, Buffer *mBuf, \ Prior prior, Order order)); -EXTERN S16 ssDmndQGet ARGS((SsDmndQ *queue, Buffer **mBuf, \ +S16 ssDmndQGet ARGS((SsDmndQ *queue, Buffer **mBuf, \ Order order)); -EXTERN S16 ssDmndQWait ARGS((SsDmndQ *queue)); +S16 ssDmndQWait ARGS((SsDmndQ *queue)); -EXTERN S16 ssFndLenDmndQ ARGS((SsDmndQ *queue, Prior prior, QLen *len)); +S16 ssFndLenDmndQ ARGS((SsDmndQ *queue, Prior prior, QLen *len)); #ifdef __cplusplus