Changeset 67668 in vbox for trunk/include
- Timestamp:
- Jun 28, 2017 4:28:34 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r66270 r67668 610 610 DECLR3CALLBACKMEMBER(void, pfnSetIrqR3,(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, int iIrq, int iLevel, uint32_t uTagSrc)); 611 611 612 /**613 * Called to perform the job of the bios.614 *615 * This is only called for the first PCI Bus - it is expected to616 * service all the PCI buses.617 *618 * @returns VBox status.619 * @param pDevIns Device instance of the first bus.620 * @remarks Caller enters the PDM critical section.621 */622 DECLR3CALLBACKMEMBER(int, pfnFakePCIBIOSR3,(PPDMDEVINS pDevIns));623 624 612 /** The name of the SetIrq RC entry point. */ 625 613 const char *pszSetIrqRC; … … 633 621 634 622 /** Current PDMPCIBUSREG version number. */ 635 #define PDM_PCIBUSREG_VERSION PDM_VERSION_MAKE(0xfffe, 6, 0)623 #define PDM_PCIBUSREG_VERSION PDM_VERSION_MAKE(0xfffe, 7, 0) 636 624 637 625 /**
Note:
See TracChangeset
for help on using the changeset viewer.