From 153b0c1494367ed8e8d091fafd697ad7c0169b39 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Thu, 25 Aug 2011 09:48:29 -0700 Subject: [PATCH] --- yaml --- r: 267914 b: refs/heads/master c: 17be18c2b5f5c8acd75e4edf1211abf2cfd60fa5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mod_devicetable.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 94870a57d0ad..f2738a1e58b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 358d2ee2e8f5c25f1661e94c206102c88fdee370 +refs/heads/master: 17be18c2b5f5c8acd75e4edf1211abf2cfd60fa5 diff --git a/trunk/include/linux/mod_devicetable.h b/trunk/include/linux/mod_devicetable.h index ae28e93fd072..5a123774c2e6 100644 --- a/trunk/include/linux/mod_devicetable.h +++ b/trunk/include/linux/mod_devicetable.h @@ -405,6 +405,13 @@ struct virtio_device_id { }; #define VIRTIO_DEV_ANY_ID 0xffffffff +/* + * For Hyper-V devices we use the device guid as the id. + */ +struct hv_vmbus_device_id { + __u8 guid[16]; +}; + /* i2c */ #define I2C_NAME_SIZE 20