Changeset 87797 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 19, 2021 7:37:30 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142857
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r87760 r87797 5827 5827 5828 5828 /** @def PDMDEVINS_2_RCPTR 5829 * Converts a PDM Device instance pointer a RC PDM Device instance pointer.5829 * Converts a PDM Device instance pointer to a RC PDM Device instance pointer. 5830 5830 */ 5831 5831 #ifdef IN_RC … … 5836 5836 5837 5837 /** @def PDMDEVINS_2_R3PTR 5838 * Converts a PDM Device instance pointer a R3 PDM Device instance pointer.5838 * Converts a PDM Device instance pointer to a R3 PDM Device instance pointer. 5839 5839 */ 5840 5840 #ifdef IN_RING3 … … 5845 5845 5846 5846 /** @def PDMDEVINS_2_R0PTR 5847 * Converts a PDM Device instance pointer a R0 PDM Device instance pointer.5847 * Converts a PDM Device instance pointer to a R0 PDM Device instance pointer. 5848 5848 */ 5849 5849 #ifdef IN_RING0
Note:
See TracChangeset
for help on using the changeset viewer.