Changeset 97914 in vbox for trunk/include
- Timestamp:
- Dec 30, 2022 2:22:18 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r97764 r97914 508 508 * 509 509 * @param pv Virtual address of memory block. 510 * @returns Physical address of the memory block. 510 * @returns Physical address of the memory block. Zero is returned if @a pv 511 * isn't valid. 511 512 */ 512 513 DECLR0VBGL(uint32_t) VbglR0PhysHeapGetPhysAddr(void *pv); 514 515 # ifdef IN_TESTCASE 516 DECLVBGL(size_t) VbglR0PhysHeapGetFreeSize(void); 517 # endif 513 518 514 519 /**
Note:
See TracChangeset
for help on using the changeset viewer.