Changeset 33315 in vbox
- Timestamp:
- Oct 21, 2010 3:53:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/MsiCommon.h
r33236 r33315 43 43 44 44 /* Init MSI-X support in the device. */ 45 int MsixInit(PPCIDEVICE pDev, PPDMMSIREG pMsiReg); 45 #ifdef IN_RING3 46 int MsixInit(PCPDMPCIHLP pPciHlp, PPCIDEVICE pDev, PPDMMSIREG pMsiReg); 47 #endif 46 48 47 49 /* If MSI-X is enabled, so that MSIXNotify() shall be used for notifications. */
Note:
See TracChangeset
for help on using the changeset viewer.