Changeset 23253 in vbox for trunk/src/VBox/Devices/Bus/PCIInternal.h
- Timestamp:
- Sep 23, 2009 11:56:01 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52730
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/PCIInternal.h
r13217 r23253 98 98 * If clear the device and it's functions can be relocated to satisfy the slot request of another device. */ 99 99 bool fRequestedDevFn; 100 /** Flag whether the device is a pci-to-pci bridge. */ 100 /** Flag whether the device is a pci-to-pci bridge. 101 * This is set prior to device registration. */ 101 102 bool fPciToPciBridge; 102 103 /** Current state of the IRQ pin of the device. */ … … 115 116 116 117 /* Indicate that PCIDEVICE::Int.s can be declared. */ 117 #define __PCIDEVICEINT_DECLARED__118 #define PCIDEVICEINT_DECLARED 118 119 119 120 #endif
Note:
See TracChangeset
for help on using the changeset viewer.