mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
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:
parent
1038ee1874
commit
4b573cbd5a
7 changed files with 38 additions and 44 deletions
|
@ -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*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue