Staging: hv: remove ULONG and LONG typedefs

The ULONG and LONG typedefs are now removed from the Hyper-V driver
code.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2009-07-14 15:13:46 -07:00
parent c4b0bc9482
commit 3abcbc45cb
4 changed files with 8 additions and 18 deletions

View file

@ -62,7 +62,7 @@ typedef struct _STORVSC_DEVICE{
// Each unique Port/Path/Target represents 1 channel ie scsi controller. In reality, the pathid, targetid is always 0
// and the port is set by us
ULONG PortNumber;
unsigned int PortNumber;
unsigned char PathId;
unsigned char TargetId;

View file

@ -117,7 +117,7 @@ typedef struct _STORVSC_DRIVER_OBJECT {
} STORVSC_DRIVER_OBJECT;
typedef struct _STORVSC_DEVICE_INFO {
ULONG PortNumber;
unsigned int PortNumber;
unsigned char PathId;
unsigned char TargetId;
} STORVSC_DEVICE_INFO;

View file

@ -94,16 +94,6 @@ typedef struct _DLIST_ENTRY {
struct _DLIST_ENTRY *Blink;
} DLIST_ENTRY;
//
// unsigned types
//
typedef unsigned int ULONG;
//
// signed types
//
typedef int LONG;
//
// Other types
//

View file

@ -155,7 +155,7 @@ typedef struct
unsigned char DataIn;
unsigned char Reserved;
ULONG DataTransferLength;
unsigned int DataTransferLength;
union
{
@ -185,11 +185,11 @@ typedef struct
//
// Note: port number is only really known on the client side
//
ULONG PortNumber;
unsigned int PortNumber;
ULONG Flags;
unsigned int Flags;
ULONG MaxTransferBytes;
unsigned int MaxTransferBytes;
//
// This id is unique for each channel and will correspond with
@ -249,13 +249,13 @@ typedef struct _VSTOR_PACKET
// Flags - see below for values
//
ULONG Flags;
unsigned int Flags;
//
// Status of the request returned from the server side.
//
ULONG Status;
unsigned int Status;
//
// Data payload area