Merge "[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-535] Implementation of E2 Removal...
[o-du/l2.git] / src / mt / ss_queue.x
index fba9b0d..388bd94 100755 (executable)
@@ -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