rtl8188eu: Convert VOID to void

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-18 23:37:45 -05:00
parent 2026ba8979
commit f6b0b0658a
51 changed files with 733 additions and 744 deletions

View file

@ -117,7 +117,7 @@ typedef enum _RT_SPINLOCK_TYPE{
#ifdef AP_BUILD_WORKAROUND
#include "../typedef.h"
#else
typedef void VOID,*PVOID;
typedef void void,*void *;
typedef unsigned char BOOLEAN,*PBOOLEAN;
typedef unsigned char u1Byte,*pu1Byte;
typedef unsigned short u2Byte,*pu2Byte;