VirtualBox

Ignore:
Timestamp:
Nov 26, 2015 2:17:48 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104358
Message:

SUPDrv: linux debugging aid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp

    r57358 r58872  
    428428
    429429
    430 void VBOXCALL   supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage)
    431 {
    432     NOREF(pDevExt); NOREF(pImage);
    433 }
    434 
    435 
    436430int  VBOXCALL   supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits)
    437431{
     
    449443
    450444void VBOXCALL   supdrvOSLdrUnload(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage)
     445{
     446    NOREF(pDevExt); NOREF(pImage);
     447}
     448
     449
     450void VBOXCALL   supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename)
     451{
     452    NOREF(pDevExt); NOREF(pImage); NOREF(pszFilename);
     453}
     454
     455
     456void VBOXCALL   supdrvOSLdrNotifyUnloaded(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage)
    451457{
    452458    NOREF(pDevExt); NOREF(pImage);
Note: See TracChangeset for help on using the changeset viewer.

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