[PATCH 164/206] Staging: hv: Add the definition hv_guid to hyperv.h

Tomas Winkler tomasw at gmail.com
Wed May 11 13:31:06 UTC 2011


On Tue, May 10, 2011 at 5:56 PM, K. Y. Srinivasan <kys at microsoft.com> wrote:
> The subject line says it all.
>
> Signed-off-by: K. Y. Srinivasan <kys at microsoft.com>
> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
> Signed-off-by: Abhishek Kane <v-abkane at microsoft.com>
> Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
> ---
>  include/linux/hyperv.h |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
> index 92369b9..81f8742 100644
> --- a/include/linux/hyperv.h
> +++ b/include/linux/hyperv.h
> @@ -34,6 +34,10 @@
>  #include <linux/device.h>
>  #include <asm/hyperv.h>
>
> +struct hv_guid {
> +       unsigned char data[16];
> +};

Why not to use structures form include/linux/uuid.h
Thanks
Tomas



More information about the devel mailing list