Commit ba01e4af authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

Added 2 more bus types.

parent dd8922f2
...@@ -206,6 +206,8 @@ typedef enum _STORAGE_BUS_TYPE { ...@@ -206,6 +206,8 @@ typedef enum _STORAGE_BUS_TYPE {
BusType1394, BusType1394,
BusTypeSsa, BusTypeSsa,
BusTypeFibre, BusTypeFibre,
BusTypeUsb,
BusTypeRAID,
BusTypeMaxReserved = 0x7F BusTypeMaxReserved = 0x7F
} STORAGE_BUS_TYPE, *PSTORAGE_BUS_TYPE; } STORAGE_BUS_TYPE, *PSTORAGE_BUS_TYPE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment