Staging: hv: add driver_data to hv_vmbus_device_id
[pandora-kernel.git] / include / linux / mod_devicetable.h
index 5a12377..468819c 100644 (file)
@@ -410,6 +410,8 @@ struct virtio_device_id {
  */
 struct hv_vmbus_device_id {
        __u8 guid[16];
+       kernel_ulong_t driver_data      /* Data private to the driver */
+                       __attribute__((aligned(sizeof(kernel_ulong_t))));
 };
 
 /* i2c */