Changeset 64416 in vbox for trunk/src/VBox
- Timestamp:
- Oct 25, 2016 3:02:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciInternal.h
r64415 r64416 42 42 /** Set if this is a pure bridge, i.e. not part of DEVPCIGLOBALS struct. */ 43 43 uint32_t fPureBridge : 1; 44 uint32_t uUnused : 29; 44 /** Reserved for future config flags. */ 45 uint32_t uReservedConfigFlags : 29; 45 46 46 47 /** R3 pointer to the device instance. */
Note:
See TracChangeset
for help on using the changeset viewer.