X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fstaging%2Fhv%2FChannelInterface.h;h=27b7a253b7114d0613e1b790d51ea1787f576343;hb=baf4974e496957681403d4bf74a3274ed3f85277;hp=338591474699aa8caeb5dc9ca190340543c2480a;hpb=3d3b5518a35fa3c31b74224d944cbc83302c5ab4;p=mv-sheeva.git diff --git a/drivers/staging/hv/ChannelInterface.h b/drivers/staging/hv/ChannelInterface.h index 33859147469..27b7a253b71 100644 --- a/drivers/staging/hv/ChannelInterface.h +++ b/drivers/staging/hv/ChannelInterface.h @@ -25,17 +25,11 @@ #ifndef _CHANNEL_INTERFACE_H_ #define _CHANNEL_INTERFACE_H_ -#include "include/VmbusApi.h" +#include "VmbusApi.h" -static void -GetChannelInterface( - VMBUS_CHANNEL_INTERFACE *ChannelInterface - ); +void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface); -static void -GetChannelInfo( - struct hv_device *Device, - DEVICE_INFO *DeviceInfo - ); +void GetChannelInfo(struct hv_device *Device, + struct hv_device_info *DeviceInfo); #endif /* _CHANNEL_INTERFACE_H_ */