headers: Add more constants to STORAGE_BUS_TYPE.

Signed-off-by: Christian Franke <christian.franke@t-online.de>
Signed-off-by: Jonathan Yong <10walls@gmail.com>
diff --git a/mingw-w64-headers/include/winioctl.h b/mingw-w64-headers/include/winioctl.h
index e27cc3f..76664e5 100644
--- a/mingw-w64-headers/include/winioctl.h
+++ b/mingw-w64-headers/include/winioctl.h
@@ -461,6 +461,10 @@
 #if (_WIN32_WINNT >= 0x0601)
     BusTypeVirtual             = 0xE,
     BusTypeFileBackedVirtual   = 0xF,
+    BusTypeSpaces              = 0x10,
+    BusTypeNvme                = 0x11,
+    BusTypeSCM                 = 0x12,
+    BusTypeUfs                 = 0x13,
 #endif /*(_WIN32_WINNT >= 0x0601)*/
     BusTypeMax,
     BusTypeMaxReserved         = 0x7F