summaryrefslogtreecommitdiffstats
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/include/VmbusChannelInterface.h b/drivers/staging/hv/include/VmbusChannelInterface.h
index 900e1fc..c334b88 100644
--- a/drivers/staging/hv/include/VmbusChannelInterface.h
+++ b/drivers/staging/hv/include/VmbusChannelInterface.h
@@ -66,7 +66,7 @@ typedef struct
GUID InterfaceType;
GUID InterfaceInstance;
- UINT64 InterruptLatencyIn100nsUnits;
+ u64 InterruptLatencyIn100nsUnits;
u32 InterfaceRevision;
u32 ServerContextAreaSize; // in bytes
u16 ChannelFlags;
@@ -79,7 +79,7 @@ typedef struct
//
struct
{
- UCHAR UserDefined[MAX_USER_DEFINED_BYTES];
+ unsigned char UserDefined[MAX_USER_DEFINED_BYTES];
} Standard;
//
@@ -90,7 +90,7 @@ typedef struct
struct
{
u32 PipeMode;
- UCHAR UserDefined[MAX_PIPE_USER_DEFINED_BYTES];
+ unsigned char UserDefined[MAX_PIPE_USER_DEFINED_BYTES];
} Pipe;
} u;
u32 Padding;
OpenPOWER on IntegriCloud