Changeset 25343 in vbox
- Timestamp:
- Dec 12, 2009 10:11:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDM.cpp
r25008 r25343 919 919 * @param iLun The parent LUN number. 920 920 */ 921 DECLINLINE( bool) pdmR3PowerOnDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun)921 DECLINLINE(int) pdmR3PowerOnDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun) 922 922 { 923 923 Assert(pDrvIns->Internal.s.fVMSuspended); … … 1467 1467 * @param iLun The parent LUN number. 1468 1468 */ 1469 DECLINLINE( bool) pdmR3ResumeDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun)1469 DECLINLINE(int) pdmR3ResumeDrv(PPDMDRVINS pDrvIns, const char *pszDeviceName, uint32_t iDevInstance, uint32_t iLun) 1470 1470 { 1471 1471 Assert(pDrvIns->Internal.s.fVMSuspended);
Note:
See TracChangeset
for help on using the changeset viewer.