mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
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: 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
0b512e49e1
commit
15b18b465c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user