Changeset 25993 in vbox for trunk/include/VBox
- Timestamp:
- Jan 25, 2010 11:04:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r25832 r25993 340 340 /** Pointer to a pointer to a PDM Driver Instance. */ 341 341 typedef PPDMDRVINS *PPPDMDRVINS; 342 /** R3 pointer to a PDM Driver Instance. */ 343 typedef R3PTRTYPE(PPDMDRVINS) PPDMDRVINSR3; 344 /** R0 pointer to a PDM Driver Instance. */ 345 typedef R0PTRTYPE(PPDMDRVINS) PPDMDRVINSR0; 346 /** RC pointer to a PDM Driver Instance. */ 347 typedef RCPTRTYPE(PPDMDRVINS) PPDMDRVINSRC; 342 348 343 349 /** Pointer to a PDM Service Instance. */
Note:
See TracChangeset
for help on using the changeset viewer.