Changeset 81031 in vbox for trunk/src/VBox/Devices/VMMDev/VMMDevState.h
- Timestamp:
- Sep 26, 2019 7:26:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevState.h
r80118 r81031 121 121 typedef struct VMMDevState 122 122 { 123 /** The PCI device structure. */124 PDMPCIDEV PciDev;125 123 /** The critical section for this device. 126 124 * @remarks We use this rather than the default one, it's simpler with all
Note:
See TracChangeset
for help on using the changeset viewer.