VirtualBox

Changeset 65821 in vbox for trunk/include


Ignore:
Timestamp:
Feb 20, 2017 5:44:02 PM (8 years ago)
Author:
vboxsync
Message:

PDMPCIDEV: add a fake interface, see previous change to DevPciIch9.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmpcidev.h

    r65301 r65821  
    658658
    659659
     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). */
     665typedef PPDMPCIDEV PPDMIICH9BRIDGEPDMPCIDEV;
     666
     667#define PDMIICH9BRIDGEPDMPCIDEV_IID "785c74b1-8510-4458-9422-56750bf221db"
     668
     669
    660670/** @} */
    661671
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette