Changeset 32861 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Oct 1, 2010 11:31:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/PCIInternal.h
r32820 r32861 113 113 114 114 /* Flags of this PCI device, see PCIDEV_FLAG_ constants */ 115 int32_tuFlags;115 uint32_t uFlags; 116 116 /** Current state of the IRQ pin of the device. */ 117 117 int32_t uIrqPinState;
Note:
See TracChangeset
for help on using the changeset viewer.