Changeset 65821 in vbox for trunk/include
- Timestamp:
- Feb 20, 2017 5:44:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmpcidev.h
r65301 r65821 658 658 659 659 660 /* Special purpose "interface" for getting access to the PDMPCIDEV structure 661 * of a ich9pcibridge instance. This is useful for unusual raw or pass-through 662 * implementation which need to provide different PCI configuration space 663 * content for bridges (as long as we don't allow pass-through of bridges or 664 * custom bridge device implementations). */ 665 typedef PPDMPCIDEV PPDMIICH9BRIDGEPDMPCIDEV; 666 667 #define PDMIICH9BRIDGEPDMPCIDEV_IID "785c74b1-8510-4458-9422-56750bf221db" 668 669 660 670 /** @} */ 661 671
Note:
See TracChangeset
for help on using the changeset viewer.