mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Replace sNByte with appropriate s value
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c8a4d4ba06
commit
1038ee1874
15 changed files with 88 additions and 123 deletions
|
@ -194,7 +194,7 @@ ODM_FreeMemory(
|
|||
IN u32 length
|
||||
);
|
||||
|
||||
s4Byte ODM_CompareMemory(
|
||||
s32 ODM_CompareMemory(
|
||||
IN PDM_ODM_T pDM_Odm,
|
||||
IN void * pBuf1,
|
||||
IN void * pBuf2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue