summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/include/HvHcApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/HvHcApi.h')
-rw-r--r--drivers/staging/hv/include/HvHcApi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/include/HvHcApi.h b/drivers/staging/hv/include/HvHcApi.h
index d88a932..d304305 100644
--- a/drivers/staging/hv/include/HvHcApi.h
+++ b/drivers/staging/hv/include/HvHcApi.h
@@ -44,7 +44,7 @@ typedef struct _HV_INPUT_POST_MESSAGE
u32 Reserved;
HV_MESSAGE_TYPE MessageType;
u32 PayloadSize;
- UINT64 Payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT];
+ u64 Payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT];
} HV_INPUT_POST_MESSAGE, *PHV_INPUT_POST_MESSAGE;
OpenPOWER on IntegriCloud