vmbus: add per-channel sysfs info
[linux-2.6-microblaze.git] / drivers / hv / hyperv_vmbus.h
index 49569f8..de6f01d 100644 (file)
@@ -373,6 +373,8 @@ struct hv_device *vmbus_device_create(const uuid_le *type,
 
 int vmbus_device_register(struct hv_device *child_device_obj);
 void vmbus_device_unregister(struct hv_device *device_obj);
+int vmbus_add_channel_kobj(struct hv_device *device_obj,
+                          struct vmbus_channel *channel);
 
 struct vmbus_channel *relid2channel(u32 relid);