Drivers: hv: Support the newly introduced KVP messages in the driver
[linux-flexiantxendom0.git] / include / linux / hyperv.h
index a2d8c54..e88a979 100644 (file)
  */
 
 #define REG_SZ 1
+#define REG_U32 4
+#define REG_U64 8
 
 enum hv_kvp_exchg_op {
        KVP_OP_GET = 0,