1234567891011121314151617181920212223242526272829303132333435363738 |
- #if (RTL8821A_SUPPORT == 1)
- #ifndef __INC_MP_MAC_HW_IMG_8821A_H
- #define __INC_MP_MAC_HW_IMG_8821A_H
- static BOOLEAN CheckCondition(const u4Byte Condition, const u4Byte Hex);
- void
- ODM_ReadAndConfig_MP_8821A_MAC_REG(
- IN PDM_ODM_T pDM_Odm
- );
- #endif
- #endif
|