mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-05 08:48:53 +00:00
Staging: bcm: Replace unsigned long long with u64 in Ioctl.h
This patch replaces "unsigned long long" with u64" 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:
parent
44d8311272
commit
1fb14c4276
@ -202,8 +202,8 @@ struct bcm_flash2x_bitmap {
|
||||
};
|
||||
|
||||
struct bcm_time_elapsed {
|
||||
unsigned long long ul64TimeElapsedSinceNetEntry;
|
||||
u32 uiReserved[4];
|
||||
u64 ul64TimeElapsedSinceNetEntry;
|
||||
u32 uiReserved[4];
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user