X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fhyperv.h;h=15da677478ddc353b151d81362043bcbdfc3d089;hb=d7173493683853047d6efc8d4454c70469a7b033;hp=c68ecfe294417a0327b3ad45dacaa3290362028f;hpb=80d26236c7c583ea2f43b68008ab7e067102c62c;p=deliverable%2Flinux.git diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index c68ecfe29441..15da677478dd 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -30,10 +30,13 @@ /* * Framework version for util services. */ +#define UTIL_FW_MINOR 0 + +#define UTIL_WS2K8_FW_MAJOR 1 +#define UTIL_WS2K8_FW_VERSION (UTIL_WS2K8_FW_MAJOR << 16 | UTIL_FW_MINOR) #define UTIL_FW_MAJOR 3 -#define UTIL_FW_MINOR 0 -#define UTIL_FW_MAJOR_MINOR (UTIL_FW_MAJOR << 16 | UTIL_FW_MINOR) +#define UTIL_FW_VERSION (UTIL_FW_MAJOR << 16 | UTIL_FW_MINOR) /*