mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
Staging: bcm: Replace UINT32 with u32 in Ioctl.h
This patch replaces "UINT32" with "u32" in Ioctl.h Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2314894f5c
commit
73f44785b3
@@ -210,7 +210,7 @@ typedef struct _FLASH2X_BITMAP {
|
||||
|
||||
typedef struct _ST_TIME_ELAPSED_ {
|
||||
unsigned long long ul64TimeElapsedSinceNetEntry;
|
||||
UINT32 uiReserved[4];
|
||||
u32 uiReserved[4];
|
||||
} ST_TIME_ELAPSED, *PST_TIME_ELAPSED;
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user