aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/include/VmbusChannelInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/VmbusChannelInterface.h')
-rw-r--r--drivers/staging/hv/include/VmbusChannelInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/include/VmbusChannelInterface.h b/drivers/staging/hv/include/VmbusChannelInterface.h
index 881c22d4c0e..8ee8a073c15 100644
--- a/drivers/staging/hv/include/VmbusChannelInterface.h
+++ b/drivers/staging/hv/include/VmbusChannelInterface.h
@@ -64,8 +64,8 @@
typedef struct
{
- GUID InterfaceType;
- GUID InterfaceInstance;
+ struct hv_guid InterfaceType;
+ struct hv_guid InterfaceInstance;
u64 InterruptLatencyIn100nsUnits;
u32 InterfaceRevision;
u32 ServerContextAreaSize; /* in bytes */