Browse Source

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>
Kevin McKinney 12 years ago
parent
commit
27aaa420c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/staging/bcm/HostMIBSInterface.h

+ 2 - 2
drivers/staging/bcm/HostMIBSInterface.h

@@ -44,8 +44,8 @@ typedef union _U_MIBS_IP_ADDRESS {
 } U_MIBS_IP_ADDRESS;
 
 typedef struct _S_MIBS_HOST_INFO {
-	ULONG64	GoodTransmits;
-	ULONG64	GoodReceives;
+	u64	GoodTransmits;
+	u64	GoodReceives;
 	/* this to keep track of the Tx and Rx MailBox Registers. */
 	ULONG	NumDesUsed;
 	ULONG	CurrNumFreeDesc;