aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/NetVsc.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-28 16:20:53 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:00 -0700
commit223c1aa632dbad672ad9b907e5d5e8f385417945 (patch)
treec3e3b7e8b20fc2afad166d7995ea17ccbfdf683d /drivers/staging/hv/NetVsc.h
parentStaging: hv: fix coding style issues in nvspprotocol.h (diff)
downloadlinux-dev-223c1aa632dbad672ad9b907e5d5e8f385417945.tar.xz
linux-dev-223c1aa632dbad672ad9b907e5d5e8f385417945.zip
Staging: hv: fix typedefs in nvspprotocol.h
It's all clean now. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/NetVsc.h')
-rw-r--r--drivers/staging/hv/NetVsc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h
index ba81452a8b27..59d77542f472 100644
--- a/drivers/staging/hv/NetVsc.h
+++ b/drivers/staging/hv/NetVsc.h
@@ -72,13 +72,13 @@ struct NETVSC_DEVICE {
u32 ReceiveBufferSize;
u32 ReceiveBufferGpadlHandle;
u32 ReceiveSectionCount;
- PNVSP_1_RECEIVE_BUFFER_SECTION ReceiveSections;
+ struct nvsp_1_receive_buffer_section *ReceiveSections;
/* Used for NetVSP initialization protocol */
struct osd_waitevent *ChannelInitEvent;
- NVSP_MESSAGE ChannelInitPacket;
+ struct nvsp_message ChannelInitPacket;
- NVSP_MESSAGE RevokePacket;
+ struct nvsp_message RevokePacket;
/* unsigned char HwMacAddr[HW_MACADDR_LEN]; */
/* Holds rndis device info */