VirtualBox

Changeset 7272 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 4, 2008 12:33:43 PM (17 years ago)
Author:
vboxsync
Message:

Use MP functions in the runtime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r7206 r7272  
    641641typedef FNSUPDRVDESTRUCTOR *PFNSUPDRVDESTRUCTOR;
    642642
    643 /**
    644  * Per cpu execution callback (SUPR0ExecuteCallback)
    645  *
    646  * @param   pSession    Session object
    647  * @param   pvUser      The first user argument.
    648  */
    649 typedef DECLCALLBACK(void) FNSUPDRVEXECCALLBACK(PSUPDRVSESSION pSession, void *pvUser1);
    650 /** Pointer to a PFNSUPDRVEXECCALLBACK(). */
    651 typedef FNSUPDRVEXECCALLBACK *PFNSUPDRVEXECCALLBACK;
    652 
    653643SUPR0DECL(void *) SUPR0ObjRegister(PSUPDRVSESSION pSession, SUPDRVOBJTYPE enmType, PFNSUPDRVDESTRUCTOR pfnDestructor, void *pvUser1, void *pvUser2);
    654644SUPR0DECL(int) SUPR0ObjAddRef(void *pvObj, PSUPDRVSESSION pSession);
     
    670660SUPR0DECL(int) SUPR0GipUnmap(PSUPDRVSESSION pSession);
    671661SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...);
    672 SUPR0DECL(int) SUPR0ExecuteCallback(PSUPDRVSESSION pSession, PFNSUPDRVEXECCALLBACK pfnCallback, void *pvUser, unsigned uCpu);
    673662
    674663/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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