rtl8188eu: Replace UINT, USHORT and UCHAR with u32, u16, and u8

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-30 18:05:09 -06:00
parent 1038ee1874
commit 4b573cbd5a
7 changed files with 38 additions and 44 deletions

View file

@ -34,9 +34,6 @@
typedef signed int sint;
#define UCHAR u8
#define USHORT u16
#define UINT u32
#define ULONG u32
typedef void (*proc_t)(void*);