]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/hv/ChannelInterface.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mv-sheeva.git] / drivers / staging / hv / ChannelInterface.h
index 8f5a4a99269713f5cfd402fa24d14e2d44ae52c0..27b7a253b7114d0613e1b790d51ea1787f576343 100644 (file)
 
 #include "VmbusApi.h"
 
-INTERNAL void
-GetChannelInterface(
-       VMBUS_CHANNEL_INTERFACE *ChannelInterface
-       );
+void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
 
-INTERNAL void
-GetChannelInfo(
-       PDEVICE_OBJECT          Device,
-       DEVICE_INFO                     *DeviceInfo
-       );
+void GetChannelInfo(struct hv_device *Device,
+                   struct hv_device_info *DeviceInfo);
 
-#endif // _CHANNEL_INTERFACE_H_
+#endif /* _CHANNEL_INTERFACE_H_ */