Changeset 57442 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Aug 18, 2015 4:47:42 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r57393 r57442 1072 1072 * Assert irq when an CCC timeout occurs 1073 1073 */ 1074 DECLCALLBACK(void) ahciCccTimer(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser)1074 static DECLCALLBACK(void) ahciCccTimer(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser) 1075 1075 { 1076 1076 PAHCI pAhci = (PAHCI)pvUser; -
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r57393 r57442 318 318 * Do media change polling. 319 319 */ 320 DECLCALLBACK(int) drvHostDvdPoll(PDRVHOSTBASE pThis)320 static DECLCALLBACK(int) drvHostDvdPoll(PDRVHOSTBASE pThis) 321 321 { 322 322 /* … … 726 726 727 727 /** @copydoc FNPDMDRVDESTRUCT */ 728 DECLCALLBACK(void) drvHostDvdDestruct(PPDMDRVINS pDrvIns)728 static DECLCALLBACK(void) drvHostDvdDestruct(PPDMDRVINS pDrvIns) 729 729 { 730 730 #ifdef RT_OS_LINUX
Note:
See TracChangeset
for help on using the changeset viewer.