Changeset 37361 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jun 7, 2011 6:31:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBInternal.h
r37359 r37361 340 340 * @todo remove this? */ 341 341 VUSBHUB Hub; 342 #if HC_ARCH_BITS == 32 343 uint32_t Alignment0; 344 #endif 342 345 /** Address hash table. */ 343 346 PVUSBDEV apAddrHash[VUSB_ADDR_HASHSZ]; … … 356 359 /** Chain of devices attached to this hub. */ 357 360 PVUSBDEV pDevices; 358 #if HC_ARCH_BITS == 32359 // uint32_t Alignment0;360 #endif361 361 /** Availability Bitmap. */ 362 362 VUSBPORTBITMAP Bitmap;
Note:
See TracChangeset
for help on using the changeset viewer.