Searched defs:MAC_COPY (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
H A Dtidef.h188 /* Due to alignment exceptions MAC_COPY and MAC_EQUAL are done byte by byte */
191 * \def MAC_COPY
193 * Due to alignment exceptions MAC_COPY is done byte by byte
195 #define MAC_COPY(dst,src) ((TI_UINT8*)(dst))[0] = ((TI_UINT8*)(src))[0]; \ macro

Completed in 21 milliseconds