Re: [Mingw-w64-public] [PATCH] headers: Add more constants to STORAGE_BUS_TYPE.

2021-05-14 Thread JonY via Mingw-w64-public

On 5/14/21 1:46 PM, JonY wrote:

On 5/14/21 12:35 PM, Christian Franke wrote:

... in particular BusTypeNvme.



Patch OK, will push soon if no objections.



Pushed to master branch.


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH] headers: Add more constants to STORAGE_BUS_TYPE.

2021-05-14 Thread JonY via Mingw-w64-public

On 5/14/21 12:35 PM, Christian Franke wrote:

... in particular BusTypeNvme.



Patch OK, will push soon if no objections.



OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH] headers: Add more constants to STORAGE_BUS_TYPE.

2021-05-14 Thread Christian Franke

... in particular BusTypeNvme.

From 26b61d33a96e4cede27e2ebf8e3e1b535df7b9f5 Mon Sep 17 00:00:00 2001
From: Christian Franke 
Date: Fri, 14 May 2021 14:12:05 +0200
Subject: [PATCH] headers: Add more constants to STORAGE_BUS_TYPE.

Signed-off-by: Christian Franke 
---
 mingw-w64-headers/include/winioctl.h | 4 
 1 file changed, 4 insertions(+)

diff --git a/mingw-w64-headers/include/winioctl.h 
b/mingw-w64-headers/include/winioctl.h
index e27cc3fb..76664e57 100644
--- a/mingw-w64-headers/include/winioctl.h
+++ b/mingw-w64-headers/include/winioctl.h
@@ -461,6 +461,10 @@ typedef struct _STORAGE_READ_CAPACITY {
 #if (_WIN32_WINNT >= 0x0601)
 BusTypeVirtual = 0xE,
 BusTypeFileBackedVirtual   = 0xF,
+BusTypeSpaces  = 0x10,
+BusTypeNvme= 0x11,
+BusTypeSCM = 0x12,
+BusTypeUfs = 0x13,
 #endif /*(_WIN32_WINNT >= 0x0601)*/
 BusTypeMax,
 BusTypeMaxReserved = 0x7F 
-- 
2.31.1

___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public