]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/hv/vmbus.h
staging: hv: Fix race condition on vmbus channel initialization
[net-next-2.6.git] / drivers / staging / hv / vmbus.h
index 6404b8424beff4e8373fff95b476933f453f2c17..3c14b2926e0018e1e8ef157df37fc770a6d440b3 100644 (file)
@@ -26,7 +26,7 @@
 #define _VMBUS_H_
 
 #include <linux/device.h>
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 struct driver_context {
        struct hv_guid class_id;
@@ -74,4 +74,6 @@ int vmbus_child_driver_register(struct driver_context *driver_ctx);
 void vmbus_child_driver_unregister(struct driver_context *driver_ctx);
 void vmbus_get_interface(struct vmbus_channel_interface *interface);
 
+extern struct completion hv_channel_ready;
+
 #endif /* _VMBUS_H_ */