Replace _rtw_memmove with memmove

This commit is contained in:
Carlos Garces
2021-10-12 17:09:01 +02:00
parent 71d5c54af2
commit bb3dc5ca12
4 changed files with 14 additions and 24 deletions

View File

@@ -254,7 +254,6 @@ _pkt *rtw_os_pkt_copy(_pkt *pkt);
void *rtw_os_pkt_data(_pkt *pkt);
u32 rtw_os_pkt_len(_pkt *pkt);
extern void _rtw_memmove(void *dst, const void *src, u32 sz);
extern int _rtw_memcmp(const void *dst, const void *src, u32 sz);
extern void _rtw_init_listhead(_list *list);