]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/hv/ChannelMgmt.h
Staging: hv: remove UINT8 and INT8 typedefs
[~andy/linux] / drivers / staging / hv / ChannelMgmt.h
index 511b80fa22d6b9c9ae98d25cfa48e0e4b35afeb2..06308a45dd7a308ef3749b198bf753b91df400c1 100644 (file)
@@ -53,8 +53,8 @@ typedef struct _VMBUS_CHANNEL {
 
        VMBUS_CHANNEL_OFFER_CHANNEL OfferMsg;
        // These are based on the OfferMsg.MonitorId. Save it here for easy access.
-       UINT8                                           MonitorGroup;
-       UINT8                                           MonitorBit;
+       u8                                              MonitorGroup;
+       u8                                              MonitorBit;
 
        UINT32                                          RingBufferGpadlHandle;