Commit 73f44785 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Replace UINT32 with u32 in Ioctl.h

This patch replaces "UINT32" with "u32" in Ioctl.h
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2314894f
...@@ -210,7 +210,7 @@ typedef struct _FLASH2X_BITMAP { ...@@ -210,7 +210,7 @@ typedef struct _FLASH2X_BITMAP {
typedef struct _ST_TIME_ELAPSED_ { typedef struct _ST_TIME_ELAPSED_ {
unsigned long long ul64TimeElapsedSinceNetEntry; unsigned long long ul64TimeElapsedSinceNetEntry;
UINT32 uiReserved[4]; u32 uiReserved[4];
} ST_TIME_ELAPSED, *PST_TIME_ELAPSED; } ST_TIME_ELAPSED, *PST_TIME_ELAPSED;
enum { enum {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment