Changeset 7272 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Mar 4, 2008 12:33:43 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r7206 r7272 640 640 641 641 /** 642 * Executes a callback handler on a specific cpu or all cpus643 *644 * @returns IPRT status code.645 * @param pSession The session.646 * @param pfnCallback Callback handler647 * @param pvUser The first user argument.648 * @param uCpu Cpu id or SUPDRVEXECCALLBACK_CPU_ALL for all cpus649 */650 int VBOXCALL supdrvOSExecuteCallback(PSUPDRVSESSION pSession, PFNSUPDRVEXECCALLBACK pfnCallback, void *pvUser, unsigned uCpu)651 {652 NOREF(pSession);653 NOREF(pfnCallback);654 NOREF(pvUser);655 NOREF(uCpu);656 /** @todo */657 return VERR_NOT_IMPLEMENTED;658 }659 660 /**661 642 * Converts a supdrv error code to a darwin error code. 662 643 *
Note:
See TracChangeset
for help on using the changeset viewer.