aboutsummaryrefslogtreecommitdiff
path: root/x86_64-w64-mingw32/include/usbioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64-w64-mingw32/include/usbioctl.h')
-rw-r--r--x86_64-w64-mingw32/include/usbioctl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/x86_64-w64-mingw32/include/usbioctl.h b/x86_64-w64-mingw32/include/usbioctl.h
index 8bbbc2ce..57498b50 100644
--- a/x86_64-w64-mingw32/include/usbioctl.h
+++ b/x86_64-w64-mingw32/include/usbioctl.h
@@ -574,7 +574,9 @@ typedef union _USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS {
__C89_NAMELESS struct {
ULONG DeviceIsOperatingAtSuperSpeedOrHigher :1;
ULONG DeviceIsSuperSpeedCapableOrHigher :1;
- ULONG ReservedMBZ :30;
+ ULONG DeviceIsOperatingAtSuperSpeedPlusOrHigher :1;
+ ULONG DeviceIsSuperSpeedPlusCapableOrHigher :1;
+ ULONG ReservedMBZ :28;
};
} USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS,*PUSB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS;