remove/replaced PRIVATE and EXTERN keywords
[o-du/l2.git] / src / 5gnrmac / lwr_mac_phy.h
index 0f0be9f..8775071 100644 (file)
@@ -54,12 +54,12 @@ typedef enum
 
 typedef struct wlsBlockToFree
 {
-   void *ptr;
+   void     *ptr;
    uint32_t size;
 }WlsBlockToFree;
 
 CmLListCp wlsBlockToFreeList[WLS_MEM_FREE_PRD];
-extern uint8_t slotIndIdx;
+uint8_t slotIndIdx;
 
 void freeWlsBlockList(uint8_t idx);
 void LwrMacEnqueueWlsBlock();