Changeset 4811 in vbox for trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h
- Timestamp:
- Sep 14, 2007 5:53:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h
r4806 r4811 388 388 /** The module handle (i.e. address). */ 389 389 RTR0PTR pvVMMR0; 390 /** Address of VMMR0Entry function. */ 391 RTR0PTR pvVMMR0Entry; 390 /** Address of VMMR0EntryInt function. */ 391 RTR0PTR pvVMMR0EntryInt; 392 /** Address of VMMR0EntryFast function. */ 393 RTR0PTR pvVMMR0EntryFast; 394 /** Address of VMMR0EntryEx function. */ 395 RTR0PTR pvVMMR0EntryEx; 392 396 } VMMR0; 393 397 } EP; … … 496 500 #endif 497 501 /** Argument to use when no request packet is supplied. */ 498 RTR0UINTPTR uArg;502 uint64_t u64Arg; 499 503 } In; 500 504 } u;
Note:
See TracChangeset
for help on using the changeset viewer.