U8, U16, U32 data type changes
[o-du/l2.git] / src / mt / ss_queue.x
index fba9b0d..0dc0af2 100755 (executable)
@@ -45,7 +45,7 @@ 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;