From 8dc0a06ad1f192ea0c8dbe4d2090206c7d880281 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 27 Aug 2009 16:02:36 -0700 Subject: Staging: hv: remove typedefs from VmbusPacketFormat.h All spiffied up now, shines like a brass button on the bump of a barge's bilge. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/Channel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/staging/hv/Channel.h') diff --git a/drivers/staging/hv/Channel.h b/drivers/staging/hv/Channel.h index 7fde5cb2385..2fa28259ed0 100644 --- a/drivers/staging/hv/Channel.h +++ b/drivers/staging/hv/Channel.h @@ -27,7 +27,7 @@ #include "ChannelMgmt.h" -/* The format must be the same as VMDATA_GPA_DIRECT */ +/* The format must be the same as struct vmdata_gpa_direct */ struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER { u16 Type; u16 DataOffset8; @@ -39,7 +39,7 @@ struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER { struct hv_page_buffer Range[MAX_PAGE_BUFFER_COUNT]; } __attribute__((packed)); -/* The format must be the same as VMDATA_GPA_DIRECT */ +/* The format must be the same as struct vmdata_gpa_direct */ struct VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER { u16 Type; u16 DataOffset8; @@ -66,7 +66,7 @@ extern int VmbusChannelSendPacket(struct vmbus_channel *channel, const void *Buffer, u32 BufferLen, u64 RequestId, - VMBUS_PACKET_TYPE Type, + enum vmbus_packet_type Type, u32 Flags); extern int VmbusChannelSendPacketPageBuffer(struct vmbus_channel *channel, -- cgit v1.2.3