summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hyperv.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan2011-05-13 04:34:15 +0200
committerGreg Kroah-Hartman2011-05-17 20:46:12 +0200
commit3f335ea2131b14bca2333b4316c8d4dd737e30db (patch)
treea88b481c548ac60e37917dba2497ac0f31803fed /drivers/staging/hv/hyperv.h
parentStaging: hv: Create a common header for all hyperv drivers to include (diff)
downloadkernel-qcow2-linux-3f335ea2131b14bca2333b4316c8d4dd737e30db.tar.gz
kernel-qcow2-linux-3f335ea2131b14bca2333b4316c8d4dd737e30db.tar.xz
kernel-qcow2-linux-3f335ea2131b14bca2333b4316c8d4dd737e30db.zip
Staging: hv: Include the newly created header file in all of the relevant hyperv files
Include the newly created header file in all of the relevant hyperv files. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/hyperv.h')
-rw-r--r--drivers/staging/hv/hyperv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/hv/hyperv.h b/drivers/staging/hv/hyperv.h
index 24e42b39efc6..32193119de0c 100644
--- a/drivers/staging/hv/hyperv.h
+++ b/drivers/staging/hv/hyperv.h
@@ -21,3 +21,13 @@
* K. Y. Srinivasan <kys@microsoft.com>
*
*/
+
+#ifndef _HYPERV_H
+#define _HYPERV_H
+
+struct hv_guid {
+ unsigned char data[16];
+};
+
+
+#endif /* _HYPERV_H */