commit | ba01e4afb64d6a0cb0bd09c5541ee8afa124d068 | [log] [tgz] |
---|---|---|
author | Aric Stewart <aric@codeweavers.com> | Thu Aug 12 20:26:42 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 12 20:26:42 2004 +0000 |
tree | 7897a9ed92bdcb0613fab3079cf02a16d7467cb7 | |
parent | dd8922f20b072c3cd8ff2ed1d5d65e7390f1bb1a [diff] [blame] |
Added 2 more bus types.
diff --git a/include/ntddstor.h b/include/ntddstor.h index 7c08940..4ae6308 100644 --- a/include/ntddstor.h +++ b/include/ntddstor.h
@@ -206,6 +206,8 @@ BusType1394, BusTypeSsa, BusTypeFibre, + BusTypeUsb, + BusTypeRAID, BusTypeMaxReserved = 0x7F } STORAGE_BUS_TYPE, *PSTORAGE_BUS_TYPE;