Commit 15b18b46 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Replace ULONG64 with unsigned long long in Ioctl.h



This patch replace "ULONG64" with "unsigned
long long" in Ioctl.h

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0b512e49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ typedef struct _FLASH2X_BITMAP {
} FLASH2X_BITMAP, *PFLASH2X_BITMAP;

typedef struct _ST_TIME_ELAPSED_ {
	ULONG64	ul64TimeElapsedSinceNetEntry;
	unsigned long long ul64TimeElapsedSinceNetEntry;
	UINT32  uiReserved[4];
} ST_TIME_ELAPSED, *PST_TIME_ELAPSED;