Changeset 40667 in vbox for trunk/include
- Timestamp:
- Mar 27, 2012 3:11:08 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77109
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r40644 r40667 1275 1275 SUPR0DECL(int) SUPR0VtgRegisterDrv(PSUPDRVSESSION pSession, struct VTGOBJHDR *pVtgHdr, const char *pszName); 1276 1276 SUPR0DECL(void) SUPR0VtgDeregisterDrv(PSUPDRVSESSION pSession); 1277 SUPR0DECL(void) SUPR0VtgFireProbe(uint32_t idProbe, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2, 1277 SUPR0DECL(void) SUPR0VtgFireProbe(uint32_t idProbe, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2, 1278 1278 uintptr_t uArg3, uintptr_t uArg4); 1279 1279 SUPR0DECL(int) SUPR0VtgRegisterModule(void *hMod, struct VTGOBJHDR *pVtgHdr); … … 1330 1330 1331 1331 /** @name Ring-0 module entry points. 1332 * 1332 * 1333 1333 * These can be exported by ring-0 modules SUP are told to load. 1334 * 1334 * 1335 1335 * @{ */ 1336 1336 DECLEXPORT(int) ModuleInit(void *hMod);
Note:
See TracChangeset
for help on using the changeset viewer.