Changeset 9215 in vbox for trunk/include
- Timestamp:
- May 29, 2008 10:58:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r8425 r9215 44 44 45 45 /** Hypervisor linear pointer size type */ 46 typedef RTGCPTR vmmDevHypPtr; 46 /* @todo support 64 bits virtual addresses (interface change) */ 47 typedef RTGCPTR32 vmmDevHypPtr; 47 48 /** Hypervisor physical pointer size type */ 49 /* @todo support 64 bits physical addresses (interface change) */ 48 50 typedef RTGCPHYS32 vmmDevHypPhys; 49 51
Note:
See TracChangeset
for help on using the changeset viewer.