Added 2 more bus types.

oldstable
Aric Stewart 2004-08-12 20:26:42 +00:00 committed by Alexandre Julliard
parent dd8922f20b
commit ba01e4afb6
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ typedef enum _STORAGE_BUS_TYPE {
BusType1394,
BusTypeSsa,
BusTypeFibre,
BusTypeUsb,
BusTypeRAID,
BusTypeMaxReserved = 0x7F
} STORAGE_BUS_TYPE, *PSTORAGE_BUS_TYPE;