Changeset 40777 in vbox for trunk/include/VBox
- Timestamp:
- Apr 5, 2012 3:18:37 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77280
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r40769 r40777 1527 1527 1528 1528 SUPR0DECL(int) SUPR0TracerRegisterImpl(void *hMod, PSUPDRVSESSION pSession, PCSUPDRVTRACERREG pReg, PCSUPDRVTRACERHLP *ppHlp); 1529 SUPR0DECL(int) SUPR0TracerDeregisterImpl( PSUPDRVSESSION pSession);1529 SUPR0DECL(int) SUPR0TracerDeregisterImpl(void *hMod, PSUPDRVSESSION pSession); 1530 1530 SUPR0DECL(int) SUPR0TracerRegisterDrv(PSUPDRVSESSION pSession, struct VTGOBJHDR *pVtgHdr, const char *pszName); 1531 1531 SUPR0DECL(void) SUPR0TracerDeregisterDrv(PSUPDRVSESSION pSession);
Note:
See TracChangeset
for help on using the changeset viewer.