Changeset 81354 in vbox
- Timestamp:
- Oct 18, 2019 1:38:05 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PCIRawDevImpl.h
r76562 r81354 22 22 #endif 23 23 24 #include "VirtualBoxBase.h"25 24 #include <VBox/vmm/pdmdrv.h> 26 25 … … 35 34 36 35 static const PDMDRVREG DrvReg; 37 struct DRVMAINPCIRAWDEV *mpDrv;38 36 39 37 Console *getParent() const … … 50 48 int rc); 51 49 52 53 50 Console * const mParent; 51 struct DRVMAINPCIRAWDEV *mpDrv; 54 52 }; 55 53
Note:
See TracChangeset
for help on using the changeset viewer.