Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
}
-static void
-GetChannelInterface(
- VMBUS_CHANNEL_INTERFACE *ChannelInterface
- )
+void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface)
{
ChannelInterface->Open = IVmbusChannelOpen;
ChannelInterface->Close = IVmbusChannelClose;
}
-static void
-GetChannelInfo(
- struct hv_device *Device,
- DEVICE_INFO *DeviceInfo
- )
+void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo)
{
VMBUS_CHANNEL_DEBUG_INFO debugInfo;
#include "include/VmbusApi.h"
-static void
-GetChannelInterface(
- VMBUS_CHANNEL_INTERFACE *ChannelInterface
- );
+void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface);
-static void
-GetChannelInfo(
- struct hv_device *Device,
- DEVICE_INFO *DeviceInfo
- );
+void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo);
#endif /* _CHANNEL_INTERFACE_H_ */