Changeset 4704 in vbox for trunk/src/VBox
- Timestamp:
- Sep 11, 2007 11:42:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r4474 r4704 641 641 void * volatile pvVMMR0; 642 642 /** VMMR0Entry() pointer. */ 643 DECL CALLBACKMEMBER(int, pfnVMMR0Entry)(PVM pVM, unsigned uOperation, void *pvArg);643 DECLR0CALLBACKMEMBER(int, pfnVMMR0Entry, (PVM pVM, unsigned uOperation, void *pvArg)); 644 644 645 645 /** Linked list of loaded code. */
Note:
See TracChangeset
for help on using the changeset viewer.