mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.h
This patch replaces "ULONG64" with "u64" in HostMIBSInterface.h Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
57353c0a74
commit
27aaa420c7
@ -44,8 +44,8 @@ typedef union _U_MIBS_IP_ADDRESS {
|
|||||||
} U_MIBS_IP_ADDRESS;
|
} U_MIBS_IP_ADDRESS;
|
||||||
|
|
||||||
typedef struct _S_MIBS_HOST_INFO {
|
typedef struct _S_MIBS_HOST_INFO {
|
||||||
ULONG64 GoodTransmits;
|
u64 GoodTransmits;
|
||||||
ULONG64 GoodReceives;
|
u64 GoodReceives;
|
||||||
/* this to keep track of the Tx and Rx MailBox Registers. */
|
/* this to keep track of the Tx and Rx MailBox Registers. */
|
||||||
ULONG NumDesUsed;
|
ULONG NumDesUsed;
|
||||||
ULONG CurrNumFreeDesc;
|
ULONG CurrNumFreeDesc;
|
||||||
|
Loading…
Reference in New Issue
Block a user